-
Notifications
You must be signed in to change notification settings - Fork 0
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
Failed to run ORB-SLAM2 ROS RGBD #8
Comments
According to https://github.com/Shengshu-Liu/ORB_SLAM2_sparse_map_saving/blob/master/README.md, the author said the project was tested with OpenCV 2.4.11 and OpenCV 3.2, therefore: Actions:Changed the version of OpenCV from 2.4.13 to 3.2.0. Outcomes:Compilation failed, outputted the same results as #1 (comment) |
Actions:Reverted action #8 (comment), changed |
Actions:After reading https://blog.csdn.net/CH_monsy/article/details/124671155, in D435i.yaml, I changed Outcomes:Failed, gave the same output as #8 (comment) |
Actions:Reverted action #8 (comment) |
Actions:
to
Outcomes:Failed, gave the same output as #8 (comment) |
Conclusions:After loads of debugging, used the same version of OpenCV in all three CMakeLists.txt located in
The old OpenCV-3.2.0 was installed in
Another OpenCV-3.2.0 was installed in a designated folder. |
I want to see if OpenCV-2.4.11 works so I tried to install OpenCV-2.4.11 but an error occurred Shengshu-Liu/opencv#2 (comment) |
As the figure shown above, after resolving #1, I ran into another problem which might be using the wrong version of OpenCV.
The text was updated successfully, but these errors were encountered: