File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ur_robot_driver/doc/usage Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ :github_url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/main/ur_robot_driver/doc/usage/controllers.rst
2+
13Controllers
24===========
35
@@ -96,7 +98,7 @@ Allows setting I/O ports, controlling some UR-specific functionality and publish
9698forward_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
101103Allows setting target joint positions directly. The robot tries to reach the target position as
102104fast 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``.
105107forward_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
110112Allows setting target joint velocities directly. The user is responsible for sending commands that
111113are achievable. This controller is particularly useful when doing servoing such as
You can’t perform that action at this time.
0 commit comments