You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Docs: Corrects forward controller docs
- Fixes velocity & position controller docs
- Adds "forward_effort_controller"
* Docs: The main branch is "main" now
Allows setting target joint efforts (torques) directly. The user is therefore responsible for sending commands that are achievable. This controller is useful when implementing compliance or force control strategies.
Allows setting target joint positions directly. The robot tries to reach the target position as
106
-
fast as possible. The user is therefore responsible for sending commands that are achievable. This
107
-
controller is particularly useful when doing servoing such as ``moveit_servo``.
111
+
Allows setting target joint velocities directly. The user is therefore responsible for sending commands that are achievable. This controller is particularly useful when doing servoing such as ``moveit_servo``.
Allows setting target joint velocities directly. The user is responsible for sending commands that
115
-
are achievable. This controller is particularly useful when doing servoing such as
116
-
``moveit_servo``.
118
+
Allows setting target joint positions directly. The robot tries to reach the target position as fast as possible. The user is responsible for sending commands that are achievable. This controller is particularly useful when doing servoing such as ``moveit_servo``.
0 commit comments