Skip to content

Commit ad020b8

Browse files
authored
Merge pull request #151 from eholum/move-space-ros-docker-image fixing #156
Remove spaceros Base Image from docker repo in favor of build in space-ros repo
2 parents fcfc527 + cb71377 commit ad020b8

File tree

9 files changed

+8
-581
lines changed

9 files changed

+8
-581
lines changed

.github/workflows/earthly-build.yaml

-54
This file was deleted.

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
Space ROS Docker Image Templates
22
================================
33

4+
The projects in this repository are applications and demonstrations built on the core [spaceros image](https://github.com/space-ros/space-ros).
5+
46
See individual template directories for details.
57

68
* [moveit2](./moveit2)
9+
* [nav2_demo](./nav2_demo)
10+
* [navigation2](./navigation2)
711
* [renode_rcc](./renode_rcc)
812
* [rtems](./rtems)
913
* [space_robots](./space_robots)
10-
* [spaceros](./spaceros)
14+
* [zynq_rtems](./zynq_rtems)

space_robots/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ This is for Curiosity Mars rover and Canadarm demos.
99
## Building the Demo Docker
1010

1111
The demo image builds on top of the `spaceros` and `moveit2` images.
12-
To build the docker image, first build both required images, then the `space_robots` demo image:
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.
13+
14+
Then build the `moveit2` and the `space_robots` demo images:
1315

1416
```bash
15-
cd docker/spaceros
16-
./build.sh
1717
cd ../moveit2
1818
./build.sh
1919
cd ../space_robots

spaceros/.gitignore

-4
This file was deleted.

spaceros/Earthfile

-220
This file was deleted.

0 commit comments

Comments
 (0)