You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: navigation2/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The Navigation2 Docker image uses the Space ROS docker image (*osrf/space-ros:latest*) as its base image.
4
4
The Navigation2 Dockerfile installs all of the prerequisite system dependencies to build Navigation2.
5
-
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 to reduce package dependencies. 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.
5
+
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 to reduce package dependencies. The image also contains a custom `space-ros-nav2_bringup` package that can be used as a starting point for creating mission-specific nav2 launch files.
6
6
7
7
## Building the Navigation2 Image
8
8
@@ -34,11 +34,11 @@ The output will look something like this:
34
34
35
35
```
36
36
REPOSITORY TAG IMAGE ID CREATED SIZE
37
-
osrf/space_nav2 latest c9b1693fbe5e 2 hours ago 3.79GB
37
+
osrf/space-ros-nav2 latest c9b1693fbe5e 2 hours ago 3.79GB
38
38
osrf/space-ros latest 18a3c6709c93 3 hours ago 1.37GB
39
39
```
40
40
41
-
The new image is named **osrf/space_nav2:latest**.
41
+
The new image is named **osrf/space-ros-nav2:latest**.
42
42
43
43
There is a run.sh script provided for convenience that will run the spaceros image in a container.
0 commit comments