From 226c20fb2636106e86defef25b4fd0cdc9b45fff Mon Sep 17 00:00:00 2001 From: Matthew Hansen Date: Wed, 4 Sep 2024 08:26:00 -0700 Subject: [PATCH] Add build instructions to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f178b65..bdba6c9b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,11 @@ This repository provides examples for running robots using Space ROS -Please refer to the [dockerfile repo](https://github.com/space-ros/docker/tree/main/space_robots) for running instruction +Submissions to this repo should include: +1) A Dockerfile or docker-compose.yaml file for building on top of the `osrf/space-ros:latest` +2) A `build.sh` script for building the docker image + - This is required for CI to build the image + - See example here: https://github.com/space-ros/docker/blob/main/space_robots/build.sh +3) A `run.sh` script for running the demo + +Please refer to the [dockerfile repo](https://github.com/space-ros/docker/tree/main/space_robots) for instructions on running the existing demos