-
Notifications
You must be signed in to change notification settings - Fork 64
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
Compilation error #5
Comments
It seems this error happens to ORB-SLAM2 as well. |
Thanks for the reply. I get it to compile after fixing Line3D too (because a .so is required to build yours). Camera Parameters:
ORB Extractor Parameters:
|
Could you check your input data path? The directory structure is different for Vicon Room sequences and Machine Hall sequences in EuRoC dataset. |
Unfortunately my path is right. I also can get the segmentation fault a little bit later : ORB Extractor Parameters:
Start processing sequence ... Erreur de segmentation (core dumped) |
I face the same problem... |
i get the same problem, could you tell me how do you solve it? |
do you solve it? |
I get many compilation errors.
/home/fab/Prog/semidense-lines/src/Optimizer.cc:1255:1: required from here
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h:834:3: error: static assertion failed: YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAST_NUMERIC_TYPES_EXPLICITLY
EIGEN_CHECK_BINARY_COMPATIBILIY(Func,typename ActualDstTypeCleaned::Scalar,typename Src::Scalar);
The text was updated successfully, but these errors were encountered: