diff --git a/stretch_gazebo/README.md b/stretch_gazebo/README.md index 23345f9..b611fc5 100644 --- a/stretch_gazebo/README.md +++ b/stretch_gazebo/README.md @@ -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