This commit is contained in:
Björn Ellensohn 2023-07-25 12:12:15 +02:00
parent 04c9537e4d
commit 0e25aa0a15

View File

@ -54,23 +54,23 @@ services:
# Needed to display graphical applications # Needed to display graphical applications
privileged: true privileged: true
# # Localization # Localization
# localization: localization:
# extends: overlay extends: overlay
# command: > command: >
# /localization_startup.sh /localization_startup.sh
# devices: devices:
# - /dev/ttyUSB0:/dev/ttyUSB0 - /dev/ttyUSB0:/dev/ttyUSB0
# - /dev/ttyACM0:/dev/ttyACM0 - /dev/ttyACM0:/dev/ttyACM0
# - /dev/input/js0:/dev/input/js0 - /dev/input/js0:/dev/input/js0
# # Interactive shell # Interactive shell
# stdin_open: true stdin_open: true
# tty: true tty: true
# # Networking and IPC for ROS 2 # Networking and IPC for ROS 2
# network_mode: host network_mode: host
# ipc: host ipc: host
# # Needed to display graphical applications # Needed to display graphical applications
# privileged: true privileged: true
# # mapping # # mapping
# mapping: # mapping: