Skip to content

Commit

Permalink
fix cd command (#825)
Browse files Browse the repository at this point in the history
workspace name was inconsistent with others.
  • Loading branch information
Alxkory authored Nov 30, 2023
1 parent 3532235 commit 88dafc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Download Source Code of MoveIt and the Tutorials
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Move into your Colcon workspace and pull the MoveIt tutorials source: ::

cd ~/ws_moveit/src
cd ~/ws_moveit2/src
git clone -b humble https://github.com/ros-planning/moveit2_tutorials

Next we will download the source code for the rest of MoveIt: ::
Expand Down

0 comments on commit 88dafc7

Please sign in to comment.