Skip to content
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 @@ -21,6 +21,10 @@ Move into your colcon workspace and pull the MoveIt Task Constructor source: ::
cd ~/ws_moveit2/src
git clone https://github.com/ros-planning/moveit_task_constructor.git -b ros2

Note: If you are using ROS 2 Humble, you should instead clone the ``humble`` branch of the repository: ::

git clone https://github.com/ros-planning/moveit_task_constructor.git -b humble

Create a New Package
^^^^^^^^^^^^^^^^^^^^

Expand Down
Loading