-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
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
Ubuntu 22.04 Build not Recognizing Viz Module #239
Comments
Did you build your opencv from source?
Happy debugging! |
I installed opencv using apt packages, following guidance from the Dockerfile and I have the same issue on Ubuntu 22.04 as well :( All the other dependencies install and Kimera-VIO itself has been the area of issue Also, yes, the console output with the error line is the exact same on my end and the opencv version on my end is |
Downgrading to Ubuntu 20.04 seems to work, using the exact same steps to attempt to build Kimera-VIO in 22.04, reproducible from this commit |
Hello, |
Found a fix- First, you will need to build opencv with the command "DWITH_VTK=On"
Then add the following includes to the top of each file
And also, it looks like the current |
Can confirm this behavior occurs on multiple aarch64 platforms. Tested with all dependencies built (correctly) from source. |
Also needs to have |
Headers for |
@d3276605 I was able to successfully build the library and install after applying the above fixes, and disabling the tests with a |
Description:
When compiling the viz module from OpenCV is not recognized.
Command:
make -j$(nproc)
Console output:
Please give also the following information:
opencv_version
4.6.0Is there any way to fix this build issue
The text was updated successfully, but these errors were encountered: