-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find ORB-SLAM #7
Comments
KyunghyunLee, |
To configure the location of the orbslam source folder, set The code that is actually trying to find ORB_SLAM can be seen here: https://github.com/jskinn/ORB_SLAM2-PythonBindings/blob/master/cmake_modules/FindORB_SLAM2.cmake |
Hi @jskinn Sorry for the novice question. How do you set the location of ORB SLAM2? I am getting the same error and have tried to run Thank you |
Ah, the first part is an argument to cmake. |
this did not work for me sadly, it still gives the same error |
When building the source code,
cmake ..
cannot find orb slam source folder.
When I manually set ORB_SLAM2_LIBRARY and ORB_SLAM2_INCLUDE_DIR , error occurs in
make
It seems that include folder is not set correctly.
The text was updated successfully, but these errors were encountered: