diff --git a/README.md b/README.md index 90bd6b1..b13dbee 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ -docker buildx bake -f docker-compose.yaml overlay --load \ No newline at end of file +docker buildx bake -f docker-compose.yaml overlay --load + +docker buildx bake -f docker-compose.yaml overlay --push \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 1cbec4b..28ccc92 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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