From 88dafc7acd3836262757179b404d428868342a38 Mon Sep 17 00:00:00 2001 From: Alexander Koryakin Date: Thu, 30 Nov 2023 15:35:21 +0100 Subject: [PATCH] fix cd command (#825) workspace name was inconsistent with others. --- doc/tutorials/getting_started/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/getting_started/getting_started.rst b/doc/tutorials/getting_started/getting_started.rst index aaab38d383..2b42edcd40 100644 --- a/doc/tutorials/getting_started/getting_started.rst +++ b/doc/tutorials/getting_started/getting_started.rst @@ -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: ::