MisEty / RTG-SLAM

RTG-SLAM: Real-time 3D Reconstruction at Scale Using Gaussian Splatting (ACM SIGGRAPH 2024)
https://gapszju.github.io/RTG-SLAM/
GNU General Public License v3.0
301 stars 30 forks source link

Failed to build `bash build_orb.sh` #45

Open Lee-JaeWon opened 1 month ago

Lee-JaeWon commented 1 month ago
[ 25%] Building CXX object CMakeFiles/orbslam2.dir/src/ORBSlamPython.cpp.o
/root/workspace/src/thirdParty/pybind/src/ORBSlamPython.cpp:4:10: fatal error: ORB_SLAM2/KeyFrame.h: No such file or directory
    4 | #include <ORB_SLAM2/KeyFrame.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~

When running 'bash build_orb.sh', only the ORB-SLAM part is not being built. How should I fix this?

xjl2003 commented 1 week ago

I have also encountered the same problem. Have you solved it now?