This commit is contained in:
bjoernellens1 2023-11-30 10:31:31 +01:00 committed by GitHub
parent a0c32cc7be
commit 0cf50c31cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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