[学习笔记-SLAM篇]ORB-SLAM2编译调试(2)
作者:互联网
算法可以正常运行,但是运行到一般突然屏幕变灰,终端显示下面的错误。
Framebuffer with requested attributes not available.Using available framebuffer. You may see visual artifacts.
参考ORBSLAM运行时错误,先将ORB_SLAM2
中CmakeLists
中的-march=native
,以及ORB_SLAM2/Thirdparty/g2o
中CmakeLists
中的-march=native
删掉,再在ORB_SLAM2
中运行./build.sh
。
标签:available,CmakeLists,march,SLAM2,SLAM,ORB,native 来源: https://blog.csdn.net/warningm_dm/article/details/118060464