Open Blasy77777 opened 2 years ago
You can download an ORB-SLAM3 source codes to compare, I didn't change lots codes basicly.Maybe you lost the '../../config.h' file.
您好,我克隆了这个项目,按照md要求配置好,运行的时候也是出现g2o源文件里面几个.h文件报错:#include "../../config.h" ,就是这个config.h找不到
需要把ORB_SLAM3原项目的Thirdparty文件夹中的依赖复制到这个项目的Thirdparty就可以了。
this project is not comlete, so all the people that have seen the project or want compile it , should give up for this.
I have this problem: In file included from ........\src\main\cpp\ORB\Thirdparty\g2o\g2o\core\optimization_algorithm_factory.cpp:27: ........\src\main\cpp\ORB\Thirdparty\g2o\g2o\core\optimization_algorithm_factory.h:30:10: error: '../../config.h' file not found, did you mean 'config.h'? Thank you!