mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
update
This commit is contained in:
commit
60e73dde6e
@ -24,7 +24,7 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
ipc: host
|
ipc: host
|
||||||
# Needed to display graphical applications
|
# Needed to display graphical applications
|
||||||
privileged: true
|
#privileged: true
|
||||||
environment:
|
environment:
|
||||||
# Allows graphical programs in the container.
|
# Allows graphical programs in the container.
|
||||||
- DISPLAY=${DISPLAY}
|
- DISPLAY=${DISPLAY}
|
||||||
@ -127,8 +127,12 @@ services:
|
|||||||
# camera
|
# camera
|
||||||
cam:
|
cam:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
command: |
|
command: >
|
||||||
bash
|
ros2 launch ffmpeg_image_transport cam.launch.py
|
||||||
|
privileged: true
|
||||||
|
devices:
|
||||||
|
- /dev/dri:/dev/dri
|
||||||
|
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
# This section is mostly for supervision from PC #
|
# This section is mostly for supervision from PC #
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
|
@ -5,6 +5,11 @@ repositories:
|
|||||||
url: https://github.com/bjoernellens1/ros2_cam_openCV.git
|
url: https://github.com/bjoernellens1/ros2_cam_openCV.git
|
||||||
version: main
|
version: main
|
||||||
|
|
||||||
|
cam_ffmpeg:
|
||||||
|
type: git
|
||||||
|
url: https://github.com/ros-misc-utilities/ffmpeg_image_transport
|
||||||
|
version: master
|
||||||
|
|
||||||
cps_loki_description:
|
cps_loki_description:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/bjoernellens1/cps_loki_description
|
url: https://github.com/bjoernellens1/cps_loki_description
|
||||||
|
Loading…
Reference in New Issue
Block a user