Skip to content

Commit 7e680a7

Browse files
authored
Fix links to forward command controllers (#1303)
* Fix links to forward command controllers Velocity and position was mixed up in the links. * Add github url to usage/controllers.rst
1 parent 7f8452e commit 7e680a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ur_robot_driver/doc/usage/controllers.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:github_url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/main/ur_robot_driver/doc/usage/controllers.rst
2+
13
Controllers
24
===========
35

@@ -96,7 +98,7 @@ Allows setting I/O ports, controlling some UR-specific functionality and publish
9698
forward_velocity_controller
9799
^^^^^^^^^^^^^^^^^^^^^^^^^^^
98100

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

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

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

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

0 commit comments

Comments
 (0)