cps_loki/config/olivetin.yaml

12 lines
511 B
YAML
Raw Permalink Normal View History

2023-11-30 08:17:43 +00:00
actions:
- title: "Start Navigation Stack"
2023-11-30 09:31:31 +00:00
shell: docker compose -f /repo/docker-compose.yaml up -d navigation
2023-11-30 08:17:43 +00:00
- title: "Stop Navigation Stack"
2023-11-30 09:31:31 +00:00
shell: docker compose -f /repo/docker-compose.yaml down navigation
2023-11-30 08:17:43 +00:00
- title: "Start Mapping"
2023-11-30 09:31:31 +00:00
shell: docker compose -f /repo/docker-compose.yaml up -d mapping
2023-11-30 08:17:43 +00:00
- title: "Stop Mapping"
2023-11-30 09:31:31 +00:00
shell: docker compose -f /repo/docker-compose.yaml down mapping
2023-11-30 08:17:43 +00:00
- title: "Restart Teleop"
2023-11-30 09:31:31 +00:00
shell: docker compose -f /repo/docker-compose.yaml restart teleop