-
Notifications
You must be signed in to change notification settings - Fork 392
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
bin/intrinsic_calib (core dumped) #65
Comments
It seems like to be an Eigen bug (?). After installation of Eigen 3.2.10 there is no core dumped anymore, but for every version above (I've checked 3.3.0, 3.3.1, 3.3.2 and most recent 3.3.3) the error is present. I am not patient enough to track the problem, just switching to 3.2.10. |
Installing eigen 3.2.10 from here and pointing cmake at it worked for me as well. |
I'm using Eigen 3.3.4, Ubuntu 18.04, and run into the same issue. Modify camodocal/cmake/BuildConfigGCC.cmake Line 45 in b399fa9
to
Remove the |
Hello,
I wanted to use camodocal and I've started with examples provided with your package. Something went wrong on my PC so I've set up a clean virtual machine with Ubuntu 16.04 and also faced the problem below. I know it's something with EIGEN alignment, but before I'll dive into the code I thought maybe someone is already aware of it?
For sake of completeness the whole verbose output of the program:
And gdb backtrace:
The instructions I've used to set up the virtual machine:
The text was updated successfully, but these errors were encountered: