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
The Space ROS Space Robots Demo docker image uses the moveit2 docker image (*osrf/space-ros-moveit2:latest*) as its base image.
4
-
Build instructions for that image can be found in [this README](../moveit2/README.md).
5
-
The Dockerfile installs all of the prerequisite system dependencies along with the demos source code, then builds the Space ROS Space Robots Demo.
3
+
This folder contains the Dockerfile and scripts required to build the Curiosity Mars rover and Canadarm demos into an image called `space_robots_demo`.
6
4
7
-
This is for Curiosity Mars rover and Canadarm demos.
5
+
The Dockerfile installs all of the prerequisite system dependencies along with the demos source code, then builds the demo code.
8
6
9
-
## Building the Demo Docker
7
+
The image uses [osrf/space-ros-moveit2:latest](https://hub.docker.com/r/osrf/space-ros-moveit2/tags) as its base image.
10
8
11
-
The demo image builds on top of the `spaceros` and `moveit2` images.
12
-
To build the docker image, first ensure the `spaceros` base image is available either by [building it locally](https://github.com/space-ros/space-ros) or pulling it.
9
+
**Note:** This demo was moved from the [space-ros/docker](https:/github.com/space-ros/docker) repository. For history prior to the move, search that repo.
13
10
14
-
Then build the `moveit2` and the `space_robots` demo images:
11
+
## Building the Demo Image
15
12
16
-
```bash
17
-
cd ../moveit2
18
-
./build.sh
19
-
cd ../space_robots
13
+
Use the build script provided to build the docker image.
0 commit comments