-
Notifications
You must be signed in to change notification settings - Fork 36
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
Test failed (16 31) #117
Comments
I upgraded eigen to 3.2.1 and get the same result. Also, I installed Eigen 3.2.94 standalone. If you know how to substitute the eigen include path in cmake, I would like to have another test. The part finding eigen include path is wrapped in a macro, and I do not know how to manually specify the include path in this way. Thank you. |
The error happens with sparse matrices, and older Eigen version had several bugs related to such matrices (cf. this for instance). In order to use your recent Eigen version, can you try setting |
My installation of Eigen 3.2.94 has some problem, so I finally use the Eigen 3.2.5 debian package. Now I can pass test for core, trajectory and Ipopt-plugin. However, I would suggest set a Eigen version requirement in cmake to prevent other users from facing this problem again. |
Indeed, thanks for the feedback! |
Extended from the RobOptim forum
OS: Ubuntu 14.04
Compiler: gcc 4.8.4
Eigen 3.2.0
branch: master
commit hash: ff97690
16(Problem) Output:
31(Problem) Output:
The text was updated successfully, but these errors were encountered: