Skip to content

Commit fb4f949

Browse files
Add note to ignore git clone warnings if path already exists (#645)
1 parent 901ed80 commit fb4f949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Download Example Code
3939

4040
To easily follow along with these tutorials, you will need a **ROBOT_moveit_config** package. The default demo robot is the Panda arm from Franka Emika. To get a working **panda_moveit_config** package, we recommend you install from source.
4141

42-
Within your `catkin <http://wiki.ros.org/catkin>`_ workspace, download the tutorials as well as the ``panda_moveit_config`` package: ::
42+
Within your `catkin <http://wiki.ros.org/catkin>`_ workspace, download the tutorials as well as the ``panda_moveit_config`` package. You may safely ignore any :code:`git clone` errors saying the destination already exists: ::
4343

4444
cd ~/ws_moveit/src
4545
git clone https://github.com/ros-planning/moveit_tutorials.git -b master

0 commit comments

Comments
 (0)