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
Build and push MoveIt2 and Nav2 containers to DockerHub (issue #254)
Add space-ros-moveit2 job (issue #254)
Push space-ros-nav2 image to Docker Hub (issue #254)
Change names to osrf/space-ros-nav2 and osrf/space-ros-moveit2 (issue #254)
Only trigger workflows for files that changed (issue #254)
Change Nav2 bringup package name (issue #254)
Update README files to be more clear (issue #254)
Copy file name to clipboardExpand all lines: moveit2/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# MoveIt2 Docker Image
2
+
The MoveIt2 Docker image can be pulled directly from Docker Hub [osrf/space-ros-moveit2](https://hub.docker.com/r/osrf/space-ros-moveit2/tags) for use in space applications. The image is based on the Space ROS docker image [osrf/space-ros:latest](https://hub.docker.com/r/osrf/space-ros/tags) as its base image.
2
3
3
-
The MoveIt2 Docker image uses the Space ROS docker image (*openrobotics/spaceros:latest*) as its base image.
4
-
The MoveIt2 Dockerfile installs all of the prerequisite system dependencies to build MoveIt2 (and Moveit2 tutorials) and then pulls and builds the latest MoveIt2 and Moveit2 tutorials source code.
4
+
Because the build can take over an hour, it's recommended to use the pre-built Docker Hub image for creating demos, however the MoveIt2 Docker image can also be built from source using the instructions below, so that it can be customized for a space application.
5
5
6
6
## Building the MoveIt2 Image
7
+
The MoveIt2 *Dockerfile* installs all of the prerequisite system dependencies to build MoveIt2 (and Moveit2 tutorials) and then pulls and builds the latest MoveIt2 and Moveit2 tutorials source code.
7
8
8
9
To build the docker image, run:
9
10
@@ -27,7 +28,7 @@ For example, to build an image based on the `osrf/space-ros:jazzy-2025.04.0` ima
0 commit comments