We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7851ea4 commit 455f1aeCopy full SHA for 455f1ae
1 file changed
demo/README.md
@@ -1,11 +1,15 @@
1
# moveit_task_constructor_demo
2
3
-Description: A simple pick & place demo using MoveIt Task Constructor. This uses the Panda from Franka Emika
4
-
5
-Developed by Henning Kayser & Simon Goldstein at [PickNik Consulting](http://picknik.ai/)
+Demos illustrating the capabilities of MoveIt Task Constructor.
+All demos use the Panda robot arm from Franka Emika.
6
7
## Run
8
9
-Run demo
+Prepare: Launch MoveIt and rviz with the Panda robot
10
11
ros2 launch moveit_task_constructor_demo demo.launch.py
+
12
+Run a specific demo, e.g., the pick-and-place demo or the Cartesian demo:
13
14
+ ros2 launch moveit_task_constructor_demo run.launch.py exe:=pick_place_demo
15
+ ros2 launch moveit_task_constructor_demo run.launch.py exe:=cartesian.py
0 commit comments