mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
update
This commit is contained in:
commit
60e73dde6e
@ -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 #
|
||||
################################################################################################################################
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user