Skip to content

Commit

Permalink
Add info about space_nav2_bringup to navigation2 README (space-ros#142).
Browse files Browse the repository at this point in the history
  • Loading branch information
xfiderek committed Aug 15, 2024
1 parent 2d4db0d commit f9955a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navigation2/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Navigation2 Docker Image

The Navigation2 Docker image uses the Space ROS docker image (*osrf/space-ros:latest*) as its base image.
The Navigation2 Dockerfile installs all of the prerequisite system dependencies to build Navigation2.
All the required nav2 packages are cloned and built from sources using the `navigation2.repos` file. The `nav2_rviz_plugins` and `nav2_bringup` packages together with their dependencies (Rviz, Gazebo, etc) are excluded from the image to make it lightweight.
The Navigation2 Dockerfile installs all of the prerequisite system dependencies to build Navigation2.
All the required nav2 packages are cloned and built from sources using the `navigation2.repos` file. The `nav2_rviz_plugins` and `nav2_bringup` packages together with their dependencies (Rviz, Gazebo, etc) are excluded from the image to make it lightweight. The image also contains a custom `space_nav2_bringup` package that can be used as a starting point for creating mission-specific nav2 launch files.

## Building the Navigation2 Image

Expand Down

0 comments on commit f9955a3

Please sign in to comment.