Skip to content

Commit d13e51c

Browse files
Update getting started doc (#412) (#416)
(cherry picked from commit 7eab7b2) Co-authored-by: Scott Martin <[email protected]>
1 parent b214ad1 commit d13e51c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/tutorials/getting_started/getting_started.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ Next we will download the source code for the rest of MoveIt: ::
5353

5454
vcs import < moveit2_tutorials/moveit2_tutorials.repos
5555

56+
The import command may ask for your GitHub credentials. You can just press Enter until it moves on (ignore the "Authentication failed" error).
57+
5658
Build your Colcon Workspace
5759
^^^^^^^^^^^^^^^^^^^^^^^^^^^
5860
The following will install from Debian any package dependencies not already in your workspace. This is the step that will install MoveIt and all of its dependencies: ::
5961

60-
rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
62+
sudo apt update && rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
6163

6264
The next command will configure your Colcon workspace: ::
6365

0 commit comments

Comments
 (0)