Browse Source

Make Gazebo installation instructions clearer

pull/51/merge
Binit Shah 1 year ago
committed by GitHub
parent
commit
71c7fa6650
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      stretch_gazebo/README.md

+ 2
- 0
stretch_gazebo/README.md View File

@ -38,6 +38,8 @@ rosdep install --from-paths src --ignore-src -r -y
catkin_make
```
In order to use the built packages, make the packages discoverable by sourcing the ROS workspace: `source ~/catkin_ws/devel/setup.bash`. It is popular to add the sourcing command to your `~/.bashrc` file, so that the ROS packages are discoverable in every new terminal that is opened.
## Running Demo
```bash

Loading…
Cancel
Save