diff --git a/docker-compose.yaml b/docker-compose.yaml index 47f229a..9b54018 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -190,21 +190,8 @@ services: 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 + ports: + - 8080:8080 # rviz2 rviz2: