Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MTC tutorial] Use launch files instead of running executable #832

Merged
merged 2 commits into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ For all demos you should launch the basic environment: ::

Subsequently, you can run the individual demos: ::

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