-
Notifications
You must be signed in to change notification settings - Fork 118
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
Using other SLAM #116
Comments
OpenREALM/modules/realm_vslam/realm_vslam_base/src/orb_slam.cpp Lines 8 to 144 in 91e1e71
modify to
|
modify to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use deep learning feature detection method to replace ORB,based on ORB-SLAM3 the modification was done and is tested feasible. I tried to compile OpenREALM using the modified ORB-SLAM3. the compilation process was smooth, including Openrealm and OpenREALM_ROS1_Bridge. unfortunately, no results were produced at the end. I think it's the SLAM used in Openrealm that is replaceable, but from compilation experience, it's usually easier to compile successfully using your RepositoriesSLAM libraries (including ORB-SLAM3 https://github.com/laxnpander/ORB_SLAM3 and OpenVSLAM https://github.com/laxnpander/openvslam ). Is there anything I should be concerned of when using other SLAM libraries?
The text was updated successfully, but these errors were encountered: