-
Notifications
You must be signed in to change notification settings - Fork 43
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
段错误 #11
Comments
请问解决了,我也是,调整ulimit好像也没什么用 |
你可以试试将所有 CMakeLists.txt (包括第三方库)中的 -march=native 删掉,重新编译试试。 |
非常感谢作者的回复,亲测有效,可以顺利运行完了 |
非常感谢,我已经顺利运行成功! |
你好我问一下,我也按照这里面说的删掉了所有的-match=native,比较之前能够运行一会,但是并不能完全运行完,运行一段时间以后就会出现下面的错误,我把段错误打印出来问题是这样的应该怎么解决? |
您好,请问解决了吗,我也是这个问题 |
您好,请问解决了么,我也是这个问题 |
感谢,已经成功运行! |
您好,我最近在研究轻量级的语义SLAM算法,在Ubuntu20.04和Ubuntu18.04上运行您的代码,总是出现段错误,代码打印如下:
wmx@wmx:~/EAO-SLAM$ ./Examples/Monocular/mono_tum None ~/rgbd_dataset_freiburg3_long_office_household/
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!
Offline Semantic mode
Camera Parameters:
line detector Parameters:
ORB Extractor Parameters:
read groundtruth.txt
Offline semi-dense mapping and line segment extraction
Start processing sequence ...
Images in the sequence: 405
updating model
段错误 (核心已转储)
我不知道怎么去解决这个问题,请您不吝赐教。谢谢!
The text was updated successfully, but these errors were encountered: