-
Notifications
You must be signed in to change notification settings - Fork 23
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
运行数据集时,窗口闪退 #21
Comments
gdb ./Examples/sg_slam_tum ORB-SLAM2 Copyright (C) 2014-2016 Raul Mur-Artal, University of Zaragoza. Input sensor was set to: RGB-D Loading ORB Vocabulary. This could take a while... is map construction consider dynamic: 1 Camera Parameters:
ORB Extractor Parameters:
Depth Threshold (Close/Far Points): 2.98842 detection_confidence_threshold is 0.9 dynamic_detection_confidence_threshold is 0.01 Start processing sequence ... [New Thread 0x7fff4cebc700 (LWP 31816)] Thread 1 "sg_slam_tum" received signal SIGSEGV, Segmentation fault. |
可能的解决办法,请尝试: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -march=native ") |
是的,按照作者您给出的方法,解决了上述问题,非常感谢 |
作者您好,很荣幸看到这么优秀的语言地图构建的开源代码,在我按照您给出的操作中,运行run_tum_walking_xyz.sh这个文件时,窗口闪退,通过使用gdb,查询到错误是Thread 1 "sg_slam_tum" received signal SIGSEGV, Segmentation fault.
0x00007fffef36b098 in g2o::EdgeSE3ProjectXYZOnlyPose::linearizeOplus() ()
from /home/1/SLAM/SG-SLAM/src/sg-slam/Thirdparty/g2o/lib/libg2o.so,这是因为我的g2o的库出了问题吗,还望您给予帮助,非常感谢!
The text was updated successfully, but these errors were encountered: