Skip to content

Commit

Permalink
Clone Humble branch to avoid compatibility issues (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCarvajal98 authored Nov 15, 2023
1 parent e9c7525 commit 3532235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Download Source Code of MoveIt and the Tutorials
Move into your Colcon workspace and pull the MoveIt tutorials source: ::

cd ~/ws_moveit/src
git clone https://github.com/ros-planning/moveit2_tutorials
git clone -b humble https://github.com/ros-planning/moveit2_tutorials

Next we will download the source code for the rest of MoveIt: ::

Expand Down

0 comments on commit 3532235

Please sign in to comment.