Browse Source
Update README.md
Install instructions were not updated during merge. Still linked to original repo.
pull/54/head
Nathan Wright
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
stretch_rtabmap/README.md
|
|
@ -12,7 +12,7 @@ Use `rosdep` to install the required packages. |
|
|
|
|
|
|
|
```bash |
|
|
|
cd ~/catkin_ws/src |
|
|
|
git clone https://github.com/NateWright/stretch_ros.git |
|
|
|
git clone https://github.com/hello-robot/stretch_ros -b dev/noetic |
|
|
|
git clone https://github.com/pal-robotics/realsense_gazebo_plugin |
|
|
|
cd ~/catkin_ws |
|
|
|
rosdep install --from-paths src --ignore-src -r -y |
|
|
|