对于编译过程中的警告EIGEN_DEPRECATED const unsigned int AlignedBit = 0x80;可以忽略,不影响正常编译 对于报错: /usr/include/c++/9/bits/stl_map.h:122:71: error: static assertion failed: std::map must have the same value_type as its allocator: 进入ORB_SLAM2/include/ 修改 LoopClosing.h 文件第...
试试在SLAM.TrackRGBD(imRGB,imD,tframe);附近插入下面的代码 #ifdef COMPILEDWITHC11std::chrono::st...