This commit is contained in:
bjoernellens1 2023-12-04 10:09:55 +01:00 committed by GitHub
parent 26f5f09655
commit ff6c7c7851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,12 @@ services:
devices:
- /dev/dri:/dev/dri
###################################################################################################################################
# Webgui Supervision via Foxglove Studio #
###################################################################################################################################
# config:
# container_name: olivetin
# image: ghcr.io/bjoernellens1/cps_bot_mini_ws/olivetin
@ -161,6 +167,45 @@ services:
################################################################################################################################
# This section is mostly for supervision from PC #
################################################################################################################################
foxglove-bridge:
image: husarion/foxglove-bridge:humble
# 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
environment:
# Allows graphical programs in the container.
- DISPLAY=${DISPLAY}
- QT_X11_NO_MITSHM=1
- NVIDIA_DRIVER_CAPABILITIES=all
- ROS_DOMAIN_ID=5
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
foxglove-studio:
image: husarion/foxglove
depends_on:
- foxglove-bridge
# 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
environment:
# Allows graphical programs in the container.
- DISPLAY=${DISPLAY}
- QT_X11_NO_MITSHM=1
- NVIDIA_DRIVER_CAPABILITIES=all
- ROS_DOMAIN_ID=5
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
# rviz2
rviz2:
extends: guis