Browse Source

Included instructions to checkout main branch.

pull/14/head
Alan G. Sanchez 2 years ago
parent
commit
d6559aabfa
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ros1_melodic/getting_started.md

+ 2
- 0
ros1_melodic/getting_started.md View File

@ -10,6 +10,8 @@ Create a catkin workspace for your ROS packages. Here is an [installation guide
```bash
cd ~/catkin_ws/src
git clone https://github.com/hello-robot/stretch_tutorials.git
cd stretch_tutorials
git checkout main
cd ~/catkin_ws
catkin_make
```

Loading…
Cancel
Save