We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
The text was updated successfully, but these errors were encountered:
Has this been solved? can you suggest a fix?
Sorry, something went wrong.
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
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: