11# SCRIMMAGE Multi-Agent Simulator
22
3- [ ![ Build Status ] ( https://travis-ci.org /gtri/scrimmage.png?branch=master )] ( https://travis-ci.org /gtri/scrimmage )
3+ [ ![ CI ] ( https://github.com /gtri/scrimmage/actions/workflows/ubuntu-24.04.yml/badge.svg )] ( https://github.com /gtri/scrimmage/actions/workflows/ubuntu-24.04.yml )
44[ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/gtri/scrimmage/issues )
5- [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/syllogismrxs/scrimmage.svg?maxAge=2592000 )] ( https://hub.docker.com/r/syllogismrxs/scrimmage )
6- [ ![ Join the chat at https://gitter.im/gtri-scrimmage/community ] ( https://badges.gitter.im/gtri-scrimmage/community.svg )] ( https://gitter.im/gtri-scrimmage/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
5+ [ ![ Docker Pulls] ( https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fghcr-badge.elias.eu.org%2Fapi%2Fgtri%2Fscrimmage%2Fscrimmage-24.04&query=downloadCount&label=Docker%20Pulls )] ( ghcr.io/gtri/scrimmage-24.04:latest )
76
87![ SCRIMMAGE Logo] ( ./docs/source/images/scrimmage_vert_black_clean_medium.png )
98
@@ -222,15 +221,15 @@ The SCRIMMAGE docker image is pushed to a public repository after a successful
222221build on Travis. If docker is installed on your machine, you can obtain the
223222SCRIMMAGE docker image by running the following command:
224223
225- docker pull syllogismrxs/ scrimmage:latest
224+ docker pull ghcr.io/gtri/ scrimmage-24.04 :latest
226225
227226You can pass mission files from your host machine to the ` scrimmage ` executable
228227inside of the docker container with the following command:
229228
230229 cd /path/to/scrimmage/missions
231230 docker run --name my-scrimmage \
232231 -v ${PWD}/straight_jsbsim.xml:/straight_jsbsim.xml \
233- syllogismrxs/ scrimmage:latest /straight_jsbsim.xml
232+ ghcr.io/gtri/ scrimmage-24.04 :latest /straight_jsbsim.xml
234233
235234The previous command mounts the ` straight_jsbsim.xml ` mission file on your host
236235machine into the scrimmage container and then the ` /straight_jsbsim.xml `
@@ -246,7 +245,7 @@ log files from the docker container:
246245If you need to drop into a shell inside of the scrimmage container, you will
247246need to overwrite the docker image's ENTRYPOINT.
248247
249- docker run -it --entrypoint="/bin/bash" syllogismrxs/ scrimmage:latest
248+ docker run -it --entrypoint="/bin/bash" ghcr.io/gtri/ scrimmage-24.04 :latest
250249
251250Once inside of the container, you will need to source the ` setup.bash ` file
252251manually before running a mission.
0 commit comments