Skip to content

Commit 9b3ba1b

Browse files
committed
Fix links to forward command controllers
Velocity and position was mixed up in the links.
1 parent 8d0acd6 commit 9b3ba1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_robot_driver/doc/usage/controllers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Allows setting I/O ports, controlling some UR-specific functionality and publish
9696
forward_velocity_controller
9797
^^^^^^^^^^^^^^^^^^^^^^^^^^^
9898

99-
Type: `velocity_controllers/JointGroupVelocityController <https://control.ros.org/rolling/doc/ros2_controllers/position_controllers/doc/userdoc.html#position-controllers-jointgrouppositioncontroller>`_
99+
Type: `velocity_controllers/JointGroupVelocityController <https://control.ros.org/rolling/doc/ros2_controllers/velocity_controllers/doc/userdoc.html#velocity-controllers-jointgroupvelocitycontroller>`_
100100

101101
Allows setting target joint positions directly. The robot tries to reach the target position as
102102
fast as possible. The user is therefore responsible for sending commands that are achievable. This
@@ -105,7 +105,7 @@ controller is particularly useful when doing servoing such as ``moveit_servo``.
105105
forward_position_controller
106106
^^^^^^^^^^^^^^^^^^^^^^^^^^^
107107

108-
Type: `position_controllers/JointGroupPositionController <https://control.ros.org/rolling/doc/ros2_controllers/velocity_controllers/doc/userdoc.html#velocity-controllers-jointgroupvelocitycontroller>`_
108+
Type: `position_controllers/JointGroupPositionController <https://control.ros.org/rolling/doc/ros2_controllers/position_controllers/doc/userdoc.html#position-controllers-jointgrouppositioncontroller>`_
109109

110110
Allows setting target joint velocities directly. The user is responsible for sending commands that
111111
are achievable. This controller is particularly useful when doing servoing such as

0 commit comments

Comments
 (0)