Skip to content

Commit 0b118dd

Browse files
committed
MTC: Use git clone recursively
1 parent 7d8ea64 commit 0b118dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/moveit_task_constructor/moveit_task_constructor_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install From Source
2222
Go into your catkin workspace and initialize wstool if necessary (assuming `~/ws_moveit` as workspace path): ::
2323

2424
cd ~/ws_moveit/src
25-
git clone https://github.com/moveit/moveit_task_constructor.git
25+
git clone --recursive https://github.com/moveit/moveit_task_constructor.git
2626

2727
Install missing packages with rosdep: ::
2828

0 commit comments

Comments
 (0)