This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_tutorials
mirror of
https://github.com/hello-robot/stretch_tutorials.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Included instructions to checkout main branch.
pull/14/head
Alan G. Sanchez
2 years ago
parent
6e52dd761d
commit
d6559aabfa
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
```bash
cd ~/catkin_ws/src
cd ~/catkin_ws/src
git clone https://github.com/hello-robot/stretch_tutorials.git
git clone https://github.com/hello-robot/stretch_tutorials.git
cd stretch_tutorials
git checkout main
cd ~/catkin_ws
cd ~/catkin_ws
catkin_make
catkin_make
```
```
Write
Preview
Loading…
Cancel
Save