Skip to content

Commit 3532235

Browse files
Clone Humble branch to avoid compatibility issues (#813)
1 parent e9c7525 commit 3532235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Download Source Code of MoveIt and the Tutorials
4747
Move into your Colcon workspace and pull the MoveIt tutorials source: ::
4848

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

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

0 commit comments

Comments
 (0)