2024-01-11 15:07:52 +00:00
|
|
|
showNavigation: false
|
|
|
|
logLevel: "INFO"
|
|
|
|
showNewVersions: false
|
|
|
|
showFooter: false
|
|
|
|
|
|
|
|
actions:
|
|
|
|
- title: "Start Navigation Stack"
|
2024-03-25 10:24:18 +00:00
|
|
|
shell: docker start cps_loki-navigation-1
|
2024-01-11 15:07:52 +00:00
|
|
|
icon: '<img src = "customIcons/nav2_start.png" width = "48px"/>'
|
|
|
|
- title: "Stop Navigation Stack"
|
2024-03-25 10:24:18 +00:00
|
|
|
shell: docker stop cps_loki-navigation-1
|
2024-01-11 15:07:52 +00:00
|
|
|
icon: '<img src = "customIcons/nav2_stop.png" width = "48px"/>'
|
|
|
|
- title: "Start Mapping"
|
2024-03-25 10:24:18 +00:00
|
|
|
shell: docker start cps_loki-mapping-1
|
2024-01-11 15:07:52 +00:00
|
|
|
icon: '<img src = "customIcons/mapping_start.gif" width = "48px"/>'
|
|
|
|
- title: "Stop Mapping"
|
2024-03-25 10:24:18 +00:00
|
|
|
shell: docker stop cps_loki-mapping-1
|
2024-01-11 15:07:52 +00:00
|
|
|
icon: '<img src = "customIcons/mapping_stop.gif" width = "48px"/>'
|
|
|
|
- title: "Restart Teleop"
|
|
|
|
icon: '<img src = "customIcons/gamepad.png" width = "48px"/>'
|
|
|
|
shell: docker restart cps_loki-teleop-1
|
|
|
|
- title: Restart or Shutdown System
|
|
|
|
icon: restart
|
|
|
|
shell: systemctl {{ choice }}
|
|
|
|
arguments:
|
|
|
|
- name: choice
|
|
|
|
title: Pick one
|
|
|
|
choices:
|
|
|
|
- value: reboot
|
|
|
|
- value: shutdown
|
|
|
|
# This will SSH into a server an run the command 'service httpd restart'
|
2024-03-25 10:24:18 +00:00
|
|
|
# - title: Restart httpd on Server 1
|
|
|
|
# shell: ssh bjorn@loki.local 'echo "it works"'
|
|
|
|
# icon: ping
|
|
|
|
# timeout: 5
|