ORB-SLAM2 Copyright (C) 2014-2016 Raul Mur-Artal, University of Zaragoza.
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under certain conditions. See LICENSE.txt.
Input sensor was set to: Monocular
Loading ORB Vocabulary. This could take a while...
Vocabulary loaded!
Camera Parameters:
ORB Extractor Parameters:
Start processing sequence ...
Images in the sequence: 756
init done
opengl support available
New Map created with 76 points
Wrong initialization, reseting...
System Reseting
Reseting Local Mapper... done
Reseting Loop Closing... done
Reseting Database... done
median tracking time: 0.0204959
mean tracking time: 0.0219218
Saving keyframe trajectory to KeyFrameTrajectory.txt ...
trajectory saved!
QObject::~QObject: Timers cannot be stopped from another thread
Segmentation fault (core dumped)
No idea how I figure this issue... But now, all problems gone....
Cheers
How did you solve this problem?
I got this problem as well: anyone have any idea how this was solved?
I also got this problem :(
I got the same problem, any solution?
Compile with debug run
gdb --args yourbinary parameters
then enter
run
In the gdb console.
When it crashes, enter
where
and you will see the source of the problem
https://github.com/raulmur/ORB_SLAM2/issues/547
You can try this. However, I have not solved it throuth the old version of Pangolin at https://github.com/stevenlovegrove/Pangolin/tree/8b8b7b96adcf58ac2755dedd3f681fc512385af0
Try to remove CMakeLists.txt "march=native" Optimization options锛孖t may be help for you .
Most helpful comment
Compile with debug run
gdb --args yourbinary parameters
then enter
run
In the gdb console.
When it crashes, enter
where
and you will see the source of the problem