Skip to content

Commit

Permalink
Updating launch commands
Browse files Browse the repository at this point in the history
Updating launch commands for demos since individual launch files were replaced with common run.launch.py in the moveit/moveit_task_constructor repo.
  • Loading branch information
KarthiAru authored Aug 26, 2024
1 parent 445af9c commit 77f928a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ For all demos you should launch the basic environment: ::

Subsequently, you can run the individual demos: ::

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
ros2 launch moveit_task_constructor_demo run.launch.py exe:=cartesian
ros2 launch moveit_task_constructor_demo run.launch.py exe:=modular
ros2 launch moveit_task_constructor_demo run.launch.py exe:=pick_place_demo

On the right side you should see the **Motion Planning Tasks** panel outlining the hierarchical stage structure of the tasks.
When you select a particular stage, the list of successful and failed solutions will be
Expand Down

0 comments on commit 77f928a

Please sign in to comment.