Skip to content

Commit

Permalink
Add info to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 1, 2023
1 parent 8a4c049 commit 3babc88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion joint_trajectory_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,14 @@ Actions [#f1]_
<controller_name>/follow_joint_trajectory [control_msgs::action::FollowJointTrajectory]
Action server for commanding the controller


The primary way to send trajectories is through the action interface, and should be favored when execution monitoring is desired.

Action goals allow to specify not only the trajectory to execute, but also (optionally) path and goal tolerances.
When no tolerances are specified, the defaults given in the parameter interface are used (see :ref:`parameters`).
If tolerances are violated during trajectory execution, the action goal is aborted, the client is notified, and the current position is held.

The action server returns success to the client and continues with the last commanded point after the target is reached within the specified tolerances.

.. _Subscriber:

Subscriber [#f1]_
Expand Down

0 comments on commit 3babc88

Please sign in to comment.