Skip to content

Commit 455f1ae

Browse files
committed
Fix demo/README.md
1 parent 7851ea4 commit 455f1ae

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

demo/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# moveit_task_constructor_demo
22

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/)
3+
Demos illustrating the capabilities of MoveIt Task Constructor.
4+
All demos use the Panda robot arm from Franka Emika.
65

76
## Run
87

9-
Run demo
8+
Prepare: Launch MoveIt and rviz with the Panda robot
109

1110
ros2 launch moveit_task_constructor_demo demo.launch.py
11+
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

Comments
 (0)