|
version: "3.0" |
|
services: |
|
industrial_kinetic: |
|
image: ghcr.io/b-it-bots/mas_industrial_robotics/industrial-kinetic:latest |
|
volumes: |
|
- /tmp/.X11-unix:/tmp/.X11-unix:rw |
|
- $HOME/.rviz:/home/robocup/.rviz |
|
environment: |
|
- DISPLAY=$DISPLAY |
|
- QT_X11_NO_MITSHM=1 |
|
- ROBOT=youbot-brsu-4 |
|
- ROBOT_ENV=brsu-c025-sim |
|
devices: |
|
- /dev/dri:/dev/dri |
|
privileged: true |
|
tty: true |
|
network_mode: "host" |
|
|
|
industrial_melodic: |
|
image: ghcr.io/b-it-bots/mas_industrial_robotics/industrial-melodic:latest |
|
volumes: |
|
- /tmp/.X11-unix:/tmp/.X11-unix:rw |
|
- $HOME/.rviz:/home/robocup/.rviz |
|
environment: |
|
- DISPLAY=$DISPLAY |
|
- QT_X11_NO_MITSHM=1 |
|
- ROBOT=youbot-brsu-4 |
|
- ROBOT_ENV=brsu-c025-sim |
|
devices: |
|
- /dev/dri:/dev/dri |
|
privileged: true |
|
tty: true |
|
network_mode: "host" |
|
|
|
|