Browse Source

Update getting_started.md

pull/1/head
Alan G. Sanchez 3 years ago
committed by GitHub
parent
commit
5e1b98a3b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getting_started.md

+ 1
- 1
getting_started.md View File

@ -11,7 +11,7 @@ Hello Robot is currently running Stretch on Ubuntu 20.04 and on ROS Noetic. To
Currently, the Realsense2_description package isn't installed by rosdep and requires a user to manually install the package. Run the following command in your terminal
```bash
sudo apt-get install ros-Noetic-realsense2-camera
sudo apt-get install ros-noetic-realsense2-camera
```
After your system is setup, clone the [stretch_ros](https://github.com/hello-robot/stretch_ros.git) and [realsense_gazebo_plugin packages]( https://github.com/pal-robotics/realsense_gazebo_plugin) to your preferred workspace. Then install dependencies and build the packages.

Loading…
Cancel
Save