We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44858fb commit 4f14089Copy full SHA for 4f14089
README.md
@@ -250,6 +250,12 @@ Use this with any client interface such as [MoveIt!](https://moveit.ros.org/) or
250
rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller
251
```
252
253
+You may need to install rqt_joint_trajectory_controller by running:
254
+```
255
+sudo apt install ros-<ROS-DISTRO>-rqt-joint-trajectory-controller
256
257
+where ROS-DISTRO will be replaced with your version of ROS.
258
+
259
### Replacing the robot description
260
261
In a real-world scenario you will want to replace the robot description with a description
0 commit comments