This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2443
-1970
lines changed Expand file tree Collapse file tree 4 files changed +2443
-1970
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project(opendlv-video-vpx-encoder)
20
20
################################################################################
21
21
# Defining the relevant versions of OpenDLV Standard Message Set and libcluon.
22
22
set (OPENDLV_STANDARD_MESSAGE_SET opendlv-standard-message-set-v0.9.6.odvd )
23
- set (CLUON_COMPLETE cluon-complete-v0.0.108 .hpp )
23
+ set (CLUON_COMPLETE cluon-complete-v0.0.117 .hpp )
24
24
25
25
################################################################################
26
26
# Set the search path for .cmake files.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ section to your `docker-compose.yml`:
34
34
version : ' 2' # Must be present exactly once at the beginning of the docker-compose.yml file
35
35
services : # Must be present exactly once at the beginning of the docker-compose.yml file
36
36
video-vpx-encoder :
37
- image : chalmersrevere/opendlv-video-vpx-encoder-multi:v0.0.5
37
+ image : chalmersrevere/opendlv-video-vpx-encoder-multi:v0.0.6
38
38
restart : on-failure
39
39
network_mode : " host"
40
40
ipc : " host"
You can’t perform that action at this time.
0 commit comments