This commit is contained in:
Björn Ellensohn 2023-11-30 09:14:25 +01:00
commit 60e73dde6e
2 changed files with 12 additions and 3 deletions

View File

@ -24,7 +24,7 @@ services:
network_mode: host
ipc: host
# Needed to display graphical applications
privileged: true
#privileged: true
environment:
# Allows graphical programs in the container.
- DISPLAY=${DISPLAY}
@ -127,8 +127,12 @@ services:
# camera
cam:
extends: overlay
command: |
bash
command: >
ros2 launch ffmpeg_image_transport cam.launch.py
privileged: true
devices:
- /dev/dri:/dev/dri
################################################################################################################################
# This section is mostly for supervision from PC #
################################################################################################################################

View File

@ -5,6 +5,11 @@ repositories:
url: https://github.com/bjoernellens1/ros2_cam_openCV.git
version: main
cam_ffmpeg:
type: git
url: https://github.com/ros-misc-utilities/ffmpeg_image_transport
version: master
cps_loki_description:
type: git
url: https://github.com/bjoernellens1/cps_loki_description