-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can not build ORB-SLAM2 #8
Comments
you seems to failed to build pangolin, did you change the code according to this ?https://github.com/stevenlovegrove/Pangolin/pull/318/files?diff=split&w=0 |
CMakeModules/FindFFMPEG.cmake Is this file inside the RTG-SLAM repo? I do not find this file. |
After running So, the pipeline is
|
Is it not normal. This seems to be a version issue with some third-party libraries but we are not certain about the exact cause. We cloned the code from ORB_SLAM2-PythonBindings, encountered problems during the compilation process, and made some modifications to resolve environmental compatibility issues. We do not test it on a variety of environments but some other users are able to install this version normally (#2, #7) We only made a few changes to the source code and did not rely on any additional libraries, so I think you can try compiling the original version of ORB_SLAM2-PythonBindings and communicate with the original author about possible environment issues. Once those are resolved, you can try to compile our version. |
I have encountered same error. Was someone able to fix this? |
can u clone the rep once again and try again? Thats how i fixed it |
I also have a similar issue with compiling Pangolin, does it need to be the 0.5 version?
if I use the latest version, Pangolin compiles fine but then I am getting an error when I am trying to compile |
The error that I am getting if I install the latest version of Pangolin is the following:
And this comes up when I try to compile the |
When I run bash build_orb.sh I got several errors and renaming option for some packages of opencv keep coming
What is the issue here, how can I succesfully build the ORB-SLAM2
The text was updated successfully, but these errors were encountered: