Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum committed Jun 9, 2024
1 parent b96271d commit 7629161
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Space ROS Docker Image Templates
================================

The images here rely on the `spaceros` base image from [TODO: UPDATE LINK https://github.com/eholum/space-ros/tree/move-space-ros-docker-image].
Refer to the [https://github.com/eholum/space-ros/tree/move-space-ros-docker-image](https://github.com/eholum/space-ros/tree/move-space-ros-docker-image) build instructions for more information.

See individual template directories for details.

* [moveit2](./moveit2)
Expand Down
7 changes: 3 additions & 4 deletions space_robots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ This is for Curiosity Mars rover and Canadarm demos.

## Building the Demo Docker

The demo image builds on top of the `spaceros` and `moveit2` images.
To build the docker image, first build both required images, then the `space_robots` demo image:
The demo image builds on top of the `spaceros` base image the local `moveit2` image.
To build the docker image, first ensure the `spaceros` base image is available either by building it locally or pulling it,
then build the `moveit2` and the `space_robots` demo image:

```bash
cd docker/spaceros
./build.sh
cd ../moveit2
./build.sh
cd ../space_robots
Expand Down

0 comments on commit 7629161

Please sign in to comment.