Skip to content

Commit 22b899f

Browse files
authored
fix: ros2 launch command (#850)
1 parent 40681bb commit 22b899f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/pick_and_place_with_moveit_task_constructor/pick_and_place_with_moveit_task_constructor.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ For all demos you should launch the basic environment: ::
7373

7474
Subsequently, you can run the individual demos: ::
7575

76-
ros2 run moveit_task_constructor_demo cartesian.launch.py
77-
ros2 run moveit_task_constructor_demo modular.launch.py
76+
ros2 launch moveit_task_constructor_demo cartesian.launch.py
77+
ros2 launch moveit_task_constructor_demo modular.launch.py
7878
ros2 launch moveit_task_constructor_demo pickplace.launch.py
7979

8080
On the right side you should see the **Motion Planning Tasks** panel outlining the hierarchical stage structure of the tasks.

0 commit comments

Comments
 (0)