This commit is contained in:
Björn Ellensohn 2023-08-01 11:03:47 +02:00
parent 6b26fd1b4f
commit a7fac91636
2 changed files with 5 additions and 24 deletions

View File

@ -4,3 +4,5 @@
docker buildx bake -f docker-compose.yaml overlay --load
docker buildx bake -f docker-compose.yaml overlay --push

View File

@ -74,8 +74,8 @@ services:
ipc: host
# Needed to display graphical applications
privileged: true
depends_on:
- robot_state_publisher
# depends_on:
# - robot_state_publisher
# teleop
teleop:
@ -108,27 +108,6 @@ services:
depends_on:
- robot_state_publisher
# Localization
localization:
extends: overlay
command: >
ros2 launch bot_mini_bringup robot_localization.launch.py
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
- /dev/ttyUSB1:/dev/ttyUSB1
- /dev/ttyACM0:/dev/ttyACM0
- /dev/input/js0:/dev/input/js0
# Interactive shell
stdin_open: true
tty: true
# Networking and IPC for ROS 2
network_mode: host
ipc: host
# Needed to display graphical applications
privileged: true
depends_on:
- controller
# mapping
mapping:
extends: overlay