Skip to content

Commit

Permalink
Merge pull request #151 from eholum/move-space-ros-docker-image fixing
Browse files Browse the repository at this point in the history
…#156

Remove spaceros Base Image from docker repo in favor of build in space-ros repo
  • Loading branch information
Bckempa authored Jul 31, 2024
2 parents fcfc527 + cb71377 commit ad020b8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 581 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/earthly-build.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Space ROS Docker Image Templates
================================

The projects in this repository are applications and demonstrations built on the core [spaceros image](https://github.com/space-ros/space-ros).

See individual template directories for details.

* [moveit2](./moveit2)
* [nav2_demo](./nav2_demo)
* [navigation2](./navigation2)
* [renode_rcc](./renode_rcc)
* [rtems](./rtems)
* [space_robots](./space_robots)
* [spaceros](./spaceros)
* [zynq_rtems](./zynq_rtems)
6 changes: 3 additions & 3 deletions space_robots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,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:
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.

Then build the `moveit2` and the `space_robots` demo images:

```bash
cd docker/spaceros
./build.sh
cd ../moveit2
./build.sh
cd ../space_robots
Expand Down
4 changes: 0 additions & 4 deletions spaceros/.gitignore

This file was deleted.

220 changes: 0 additions & 220 deletions spaceros/Earthfile

This file was deleted.

Loading

0 comments on commit ad020b8

Please sign in to comment.