Skip to content

Commit 32dc247

Browse files
authored
Fix the ros_tutorials branch. (ros2#3631)
For all distributions past Galactic, we have named the branches after the name of the distribution. So when checking out ros_tutorials, we should clone the name of the distribution, e.g. Humble -> humble, Iron -> iron, Rolling -> rolling. Signed-off-by: Chris Lalancette <[email protected]>
1 parent ee95bb6 commit 32dc247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ In the ``ros2_ws/src`` directory, run the following command:
130130

131131
.. code-block:: console
132132
133-
git clone https://github.com/ros/ros_tutorials.git -b {DISTRO}-devel
133+
git clone https://github.com/ros/ros_tutorials.git -b {DISTRO}
134134
135135
Now ``ros_tutorials`` is cloned in your workspace. The ``ros_tutorials`` repository contains the ``turtlesim`` package, which we'll use in the rest of this tutorial. The other packages in this repository are not built because they contain a ``COLCON_IGNORE`` file.
136136

0 commit comments

Comments
 (0)