-
Using the CMakeLists.txt from the libcluon folder I cant seem to find a way to disable the tests from being configured. This would make life easier when building from source instead of using the singl…
-
Using gcc 9.3.0 on Ubuntu 20.04 (wsl2) and `cluon-complete.hpp` from the latest release (v0.0.140). The compiler gives me the following warning related to a switch statement without default case in a …
-
https://github.com/pybind/pybind11_protobuf
However, seems to be heavily in progress at this point and as such, lets wait
-
I found something in UDPReceiver class but it is behind a private variable.
-
https://github.com/chalmers-revere/opendlv-device-ultrasonic-srf08/blob/master/src/opendlv-device-ultrasonic-srf08.cpp#L81
-
I cannot get it to compile using Visual Studio 2019 with C++17 standard enabled.
Compiler messages:
```
1>C:\dev\raspberry-console\socket\cluon.hpp(9806,76): error C2589: 'constant': illegal toke…
-
Time deltas in LibCluon are computed using [cluon::data::TimeStamp now()](https://github.com/chrberger/libcluon/blob/f66fc6bc88a5011bba09d54006c3e0efb0f28e83/libcluon/include/cluon/Time.hpp#L71), but …
-
_Description_: When building from source, build fails at step "Building CXX object CMakeFiles/TestOD4Session.cpp-Runner.dir/testsuites/TestOD4Session.cpp.o"
_Steps I performed_:
* Downloaded 0.0…
-
Requires od4 to communicate,
But the Libcluon library does not compile in the Docker image.
-
https://github.com/chrberger/libcluon/tree/gh-pages/headeronly
This version improves handling of large messages (>3kB).