uzh-rpg/rpg_svo_example

Catkin build fails

Opened this issue · 3 comments

When I run catkin build in the svo_install_overlay_ws, I get the following error:

Covariance.Eigen::DenseStorage<double, 36, 6, 6, 0>::m_data’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

Has this been solved? can you suggest a fix?

HI any updates? I also have the same problem

i found the fix you can remove the -Werror flag in the CMakeLists.txt file at line #9 in the svo_install_overlay_ws/src/rpg_svo_example/svo_ros folder