mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Adding JointGroupVelocityControllers (#224)
* Adding JointGroupVelocityControllers. * Correction re. ros_control in Readme. Add velocity_controllers dependency.
This commit is contained in:
@@ -94,3 +94,14 @@ vel_based_pos_traj_controller:
|
||||
# state_publish_rate: 50 # Defaults to 50
|
||||
# action_monitor_rate: 20 # Defaults to 20
|
||||
#hold_trajectory_duration: 0 # Defaults to 0.5
|
||||
|
||||
# Pass an array of joint velocities directly to the joints
|
||||
joint_group_vel_controller:
|
||||
type: velocity_controllers/JointGroupVelocityController
|
||||
joints:
|
||||
- shoulder_pan_joint
|
||||
- shoulder_lift_joint
|
||||
- elbow_joint
|
||||
- wrist_1_joint
|
||||
- wrist_2_joint
|
||||
- wrist_3_joint
|
||||
Reference in New Issue
Block a user