Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 9a313bb

Browse files
committed
* Using timestamps from shared memory as sample timestamp
Signed-off-by: Christian Berger <christian.berger@gu.se>
1 parent 55ffcaf commit 9a313bb

File tree

4 files changed

+2443
-1970
lines changed

4 files changed

+2443
-1970
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(opendlv-video-vpx-encoder)
2020
################################################################################
2121
# Defining the relevant versions of OpenDLV Standard Message Set and libcluon.
2222
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)
2424

2525
################################################################################
2626
# Set the search path for .cmake files.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ section to your `docker-compose.yml`:
3434
version: '2' # Must be present exactly once at the beginning of the docker-compose.yml file
3535
services: # Must be present exactly once at the beginning of the docker-compose.yml file
3636
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
3838
restart: on-failure
3939
network_mode: "host"
4040
ipc: "host"

0 commit comments

Comments
 (0)