Skip to content

Commit 50313d6

Browse files
author
Matt Hansen
committed
Change image names to osrf/space-ros-nav2 and osrf/space-ros-moveit2
1 parent 6e5a094 commit 50313d6

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

moveit2/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
ORG=openrobotics
4-
IMAGE=moveit2
3+
ORG=osrf
4+
IMAGE=space-ros-moveit2
55
TAG=${MOVEIT2_TAG:-"latest"}
66

77
VCS_REF=""

moveit2/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# docker
66
# an X server
77

8-
IMG_NAME=openrobotics/moveit2
8+
IMG_NAME=osrf/space-ros-moveit2
99
IMG_TAG=latest
1010

1111
# Replace `/` with `_` to comply with docker container naming

nav2_demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# VCS_REF - The git revision of the Space ROS source code (no default value).
2020
# VERSION - The version of Space ROS (default: "preview")
2121

22-
FROM osrf/space_nav2:latest
22+
FROM osrf/space-ros-nav2:latest
2323

2424
# Define arguments used in the metadata definition
2525
ARG VCS_REF

nav2_demo/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First build this container using the build script
88
./build.sh
99
```
1010

11-
There will now be a docker image called "osrf/space_nav2_demo:latest".
11+
There will now be a docker image called "osrf/space-ros-nav2-demo:latest".
1212

1313
## Run the Mars Rover demo with Nav2 and SLAM toolbox
1414

@@ -18,27 +18,27 @@ Follow the instructions to build and run the mars rover demo in [space-robots/RE
1818

1919
## Terminal 2 - launch Nav2
2020

21-
Start the space_nav2 container and launch the navigation2 nodes:
21+
Start the space-ros-nav2 container and launch the navigation2 nodes:
2222

2323
```
2424
./run.sh
25-
ros2 launch space_nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
25+
ros2 launch space-ros-nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
2626
```
2727

2828
## Terminal 3 - launch localization with map
2929

3030
```
31-
docker exec -it osrf_space_nav2_demo bash
31+
docker exec -it osrf_space-ros-nav2-demo bash
3232
source install/setup.bash
33-
ros2 launch space_nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml params_file:=nav2_params.yaml
33+
ros2 launch space-ros-nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml params_file:=nav2_params.yaml
3434
```
3535

3636
## Terminal 4 - launch Rviz
3737

38-
Exec into the same space_nav2 container and launch Rviz2:
38+
Exec into the same space-ros-nav2 container and launch Rviz2:
3939

4040
```
41-
docker exec -it -e DISPLAY osrf_space_nav2_demo bash
41+
docker exec -it -e DISPLAY osrf_space-ros-nav2-demo bash
4242
source /opt/ros/humble/setup.bash
4343
source install/setup.bash
4444
ros2 launch nav2_bringup rviz_launch.py

nav2_demo/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
ORG=osrf
4-
IMAGE=space_nav2_demo
4+
IMAGE=space-ros-nav2-demo
55
TAG=latest
66

77
VCS_REF=""

nav2_demo/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# docker
66
# an X server
77

8-
IMG_NAME=osrf/space_nav2_demo
8+
IMG_NAME=osrf/space-ros-nav2-demo
99
IMG_TAG=latest
1010

1111
# Replace `/` with `_` to comply with docker container naming

navigation2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Navigation2 Docker image uses the Space ROS docker image (*osrf/space-ros:latest*) as its base image.
44
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.
66

77
## Building the Navigation2 Image
88

@@ -34,11 +34,11 @@ The output will look something like this:
3434

3535
```
3636
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
3838
osrf/space-ros latest 18a3c6709c93 3 hours ago 1.37GB
3939
```
4040

41-
The new image is named **osrf/space_nav2:latest**.
41+
The new image is named **osrf/space-ros-nav2:latest**.
4242

4343
There is a run.sh script provided for convenience that will run the spaceros image in a container.
4444

navigation2/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
ORG=osrf
4-
IMAGE=space_nav2
4+
IMAGE=space-ros-nav2
55
TAG=latest
66

77
VCS_REF=""

navigation2/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# docker
66
# an X server
77

8-
IMG_NAME=osrf/space_nav2
8+
IMG_NAME=osrf/space-ros-nav2
99
IMG_TAG=latest
1010

1111
# Replace `/` with `_` to comply with docker container naming

navigation2/src/space_nav2_bringup/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8)
2-
project(space_nav2_bringup)
2+
project(space-ros-nav2_bringup)
33

44
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
55
add_compile_options(-Wall -Wextra -Wpedantic)

0 commit comments

Comments
 (0)