Skip to content

Commit 88dafc7

Browse files
authored
fix cd command (#825)
workspace name was inconsistent with others.
1 parent 3532235 commit 88dafc7

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
@@ -46,7 +46,7 @@ Download Source Code of MoveIt and the Tutorials
4646
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4747
Move into your Colcon workspace and pull the MoveIt tutorials source: ::
4848

49-
cd ~/ws_moveit/src
49+
cd ~/ws_moveit2/src
5050
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: ::

0 commit comments

Comments
 (0)