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
Copy file name to clipboardExpand all lines: rqt_joint_trajectory_controller/doc/userdoc.rst
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,17 @@
5
5
rqt_joint_trajectory_controller
6
6
===============================
7
7
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.
9
9
10
10
.. image:: rqt_joint_trajectory_controller.png
11
11
:width:400
12
12
: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