diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index 072c3d400..014ea58f9 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -38,7 +38,6 @@ To easily follow along with these tutorials, you will need a **ROBOT_moveit_conf Within your `catkin `_ workspace, download the tutorials as well as the ``panda_moveit_config`` package: :: cd ~/ws_moveit/src - git clone https://github.com/ros-planning/moveit_tutorials.git -b master git clone https://github.com/ros-planning/panda_moveit_config.git -b melodic-devel .. note:: For now we will use a pre-generated ``panda_moveit_config`` package but later we will learn how to make our own in the `MoveIt Setup Assistant tutorial <../setup_assistant/setup_assistant_tutorial.html>`_.