-
-
```
[ 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 di…
-
When I run the Single Process: python slam.py --config ./configs/replica/office0.yaml,the running is OK.
But when I run the Multi Process: python slam_mp.py --config ./configs/replica/office0.yaml. …
-
Hello, author! Thank you for your excellent work.
When I build orbslam2_features, and run "cmake "
I met the issue:
CMake Error at pybind11/tools/FindPythonLibsNew.cmake:95 (message):
Python…
-
Compilation succeeded, but I met this issue when I run rgbd_tum. Following is the terminal information:
./Examples/RGB-D/rgbd_tum: symbol lookup error: /media/yxt/storage/SLAM_demo/ORBSLAM2_with_po…
-
Could you share data sets and other files for reader to test the program ?
-
Hi all,
I successfully built the g20_with_orbslam2.
and then I tried to built ORB_SLAM2_modified but I got the following errors?
So, what should I do?
_[ 4%] Building CXX object CMakeFiles/…
-
support orb-slam2 dependent library support. so that user can focus only on orb-slam2 rather than adding support on third party library.
ghost updated
5 years ago
-
I get this error when I try to import orbslam2 in python3, any idea why this is happening ?
-
Hi,
I followed the discussion in ORBSLAM 2 and saw the following clip:
https://www.youtube.com/watch?v=W3nm2LXmgqE
I can run ORBSLAM and Skimap live, but dont have any idea how to integrate the…