[学习笔记-SLAM篇]ORB-SLAM2编译调试(2)

算法可以正常运行,但是运行到一般突然屏幕变灰,终端显示下面的错误。

Framebuffer with requested attributes not available.Using available framebuffer. You may see visual artifacts.

参考ORBSLAM运行时错误,先将ORB_SLAM2CmakeLists中的-march=native,以及ORB_SLAM2/Thirdparty/g2oCmakeLists中的-march=native删掉,再在ORB_SLAM2中运行./build.sh

上一篇:初识slam(一)


下一篇:【SLAM】LIO-SAM流程图