Skip to content

Commit 238f610

Browse files
Rasmus LundingmaryaB-osr
authored andcommitted
Update Creating-A-Workspace.rst (ros2#479)
1 parent 34651fa commit 238f610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Tutorials/Workspace/Creating-A-Workspace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ You can see the repo `on github <https://github.com/ros/ros_tutorials/>`__.
108108
Notice the “Branch” drop down list to the left above the directories list.
109109
When you clone this repo, add the ``-b`` argument followed by the branch that corresponds with your ROS 2 distro.
110110

111-
In the ``dev_ws/src`` directory, if your distro is Dashing for example, run the command:
111+
In the ``dev_ws/src`` directory, if your distro is Eloquent for example, run the command:
112112

113113
.. code-block:: console
114114
115-
git clone https://github.com/ros/ros_tutorials.git -b dashing-devel
115+
git clone https://github.com/ros/ros_tutorials.git -b eloquent-devel
116116
117117
Now ``ros_tutorials`` is cloned in your workspace.
118118
If you view the contents of ``dev_ws/src`` now, you will see the new ``ros_tutorials`` directory.

0 commit comments

Comments
 (0)