diff --git a/doc/tutorials/getting_started/getting_started.rst b/doc/tutorials/getting_started/getting_started.rst index 748d0cafa7..1a561c267b 100644 --- a/doc/tutorials/getting_started/getting_started.rst +++ b/doc/tutorials/getting_started/getting_started.rst @@ -62,7 +62,7 @@ Download Source Code of MoveIt and the Tutorials Move into your Colcon workspace and pull the MoveIt tutorials source, where ```` can be e.g. ``humble`` for ROS Humble, or ``main`` for the latest version of the tutorials : :: cd ~/ws_moveit/src - git clone https://github.com/moveit/moveit2_tutorials + git clone -b https://github.com/moveit/moveit2_tutorials Next we will download the source code for the rest of MoveIt: ::