ORB_SLAM2-PythonBindings icon indicating copy to clipboard operation
ORB_SLAM2-PythonBindings copied to clipboard

Can't find header file

Open mukundhan3 opened this issue 6 years ago • 1 comments

Hi, After applying the patch file when I try to build , an error occured stating that the header file (/home/drive/Desktop/PyOrb/ORB_SLAM2-master/Thirdparty/g2o/g2o/types/../core/openmp_mutex.h:30:26: fatal error: ../../config.h: No such file or directory) is missing. Can you please help me out with this?

Thanks in advance

mukundhan3 avatar Aug 22 '19 06:08 mukundhan3

You need to build all the dependencies in the Thirdparty folder of ORBSLAM2, have a look at build.sh. You can fix this by simply running build.sh, and then running make install.

jskinn avatar Nov 12 '19 00:11 jskinn