Skip to content

Commit

Permalink
Add build instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Sep 4, 2024
1 parent 20489ad commit 226c20f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 226c20f

Please sign in to comment.