Girish Ravi

Results 16 comments of Girish Ravi

This should be in the readme for anyone looking to test this for melodic.

Depends on what the default value in the Item schema is, whether 0 or None. However, we shouldn't be having to do this. Using an if condition to check for...

Same I have this issue too. Installing inside docker.

Okay found the fix from: https://github.com/XidianLemon/calibration_camera_lidar/issues/28 Upgrade to C17++. ` add_definitions(-std=c++11) change to add_definitions(-std=c++17)` In CMakeLists.txt