ORB_SLAM3
ORB_SLAM3 copied to clipboard
Error with ./build.sh, All the third parties are building fine but ORB SLAM is causing the failure
30%] Linking CXX shared library ../../../Thirdparty/g2o/lib/libg2o.so
[ 30%] Built target g2o
make[2]: *** [CMakeFiles/ORB_SLAM3.dir/build.make:90: CMakeFiles/ORB_SLAM3.dir/src/Tracking.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:148: CMakeFiles/ORB_SLAM3.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
Even tried the release version 1.0 but that too is not working and kind of giving the same error
Just clone the fork from #798 , it solves all the major build issues
Replace c++11 to c++14 everywhere in the package