cps_loki/config/olivetin.yaml
bjoernellens1 0cf50c31cb
update
2023-11-30 10:31:31 +01:00

12 lines
511 B
YAML

actions:
- title: "Start Navigation Stack"
shell: docker compose -f /repo/docker-compose.yaml up -d navigation
- title: "Stop Navigation Stack"
shell: docker compose -f /repo/docker-compose.yaml down navigation
- title: "Start Mapping"
shell: docker compose -f /repo/docker-compose.yaml up -d mapping
- title: "Stop Mapping"
shell: docker compose -f /repo/docker-compose.yaml down mapping
- title: "Restart Teleop"
shell: docker compose -f /repo/docker-compose.yaml restart teleop