Skip to content

Commit 1a38b35

Browse files
Update documentation of rqt_joint_trajectory_controller (#1578)
1 parent 90a9674 commit 1a38b35

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

rqt_joint_trajectory_controller/doc/userdoc.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
rqt_joint_trajectory_controller
66
===============================
77

8-
rqt_joint_trajectory_controller is a GUI plugin for rqt that allows to command a joint_trajectory_controller.
8+
The rqt_joint_trajectory_controller provides an intuitive graphical way to test different joint positions and trajectories without having to manually construct complex trajectory messages or use command line interfaces.
99

1010
.. image:: rqt_joint_trajectory_controller.png
1111
:width: 400
1212
:alt: rqt_joint_trajectory_controller
13+
14+
The interface allows you to:
15+
16+
* Select the controller manager namespace and controller from dropdown menus.
17+
* Adjust target positions for joints (joint1 and joint2) using interactive sliders.
18+
* Fine-tune joint positions with precise numerical inputs.
19+
* Control the motion speed using the speed scaling slider.
20+
* Activate the trajectory execution with the central power button.
21+
* Visualize current joint configurations in real-time.

0 commit comments

Comments
 (0)