mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
update
This commit is contained in:
parent
a0c32cc7be
commit
0cf50c31cb
@ -1,11 +1,11 @@
|
||||
actions:
|
||||
- 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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
shell: docker compose -f /home/bjorn/git/cps_loki/docker-compose.yaml restart teleop
|
||||
shell: docker compose -f /repo/docker-compose.yaml restart teleop
|
||||
|
Loading…
Reference in New Issue
Block a user