Skip to content

Commit

Permalink
fix: ros2 launch command (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarisYazici authored May 14, 2024
1 parent 40681bb commit 22b899f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ For all demos you should launch the basic environment: ::

Subsequently, you can run the individual demos: ::

ros2 run moveit_task_constructor_demo cartesian.launch.py
ros2 run moveit_task_constructor_demo modular.launch.py
ros2 launch moveit_task_constructor_demo cartesian.launch.py
ros2 launch moveit_task_constructor_demo modular.launch.py
ros2 launch moveit_task_constructor_demo pickplace.launch.py

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

0 comments on commit 22b899f

Please sign in to comment.