This commit is contained in:
bjoernellens1 2023-11-30 09:17:43 +01:00 committed by GitHub
parent 35b108bf31
commit 0539f4fa32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
config/olivetin.yaml Normal file
View File

@ -0,0 +1,11 @@
actions:
- title: "Start Navigation Stack"
shell: docker compose -f /home/bjorn/git/cps_loki/docker-compose.yaml up -d navigation
- title: "Stop Navigation Stack"
shell: docker compose -f /home/bjorn/git/cps_loki/docker-compose.yaml down navigation
- title: "Start Mapping"
shell: docker compose -f /home/bjorn/git/cps_loki/docker-compose.yaml up -d mapping
- title: "Stop Mapping"
shell: docker compose -f /home/bjorn/git/cps_loki/docker-compose.yaml down mapping
- title: "Restart Teleop"
shell: docker compose -f /home/bjorn/git/cps_loki/docker-compose.yaml restart teleop