File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/Tutorials/Workspace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ You can see the repo `on github <https://github.com/ros/ros_tutorials/>`__.
108108Notice the “Branch” drop down list to the left above the directories list.
109109When 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.
118118If you view the contents of ``dev_ws/src `` now, you will see the new ``ros_tutorials `` directory.
You can’t perform that action at this time.
0 commit comments