Replies: 2 comments
|
On my Windows System it's running as expected. @Peguen can you please check on Ubuntu? |
|
I'm having the same issue on Ubuntu 24.04, and, apparently, it has something to do with timegate synchronization mechanisms. After some experimenting I found that leaving time/rt empty in solves the problem, as with no synchronization all sleep calls fall back to No other configuration of Can someone please explain the difference between no synchronization, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I have next code:
After launch it, i get next output:
But expected output is:
The configuration("/etc/ecal/ecal.yaml") is default.
Ecal version is
6.0.1and it was built with next params:cmake \ -DCMAKE_INSTALL_PREFIX=/mnt -DCMAKE_BUILD_TYPE=Release -DECAL_USE_HDF5=ON -DECAL_USE_QT=OFF -DECAL_USE_CURL=OFF -DECAL_BUILD_SAMPLES=OFF -DECAL_BUILD_PY_BINDING=ON -DECAL_INSTALL_SAMPLE_SOURCES=OFF -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=cmake/submodule_dependencies.cmake -DECAL_THIRDPARTY_BUILD_PROTOBUF=OFF -DECAL_THIRDPARTY_BUILD_CURL=OFF -DECAL_THIRDPARTY_BUILD_HDF5=ONBase docker image is
ubuntu:noble.CMakeLists.txt is:
All reactions