-
Notifications
You must be signed in to change notification settings - Fork 3
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
get map points #3
Comments
Well, yes, but this code doesn't bind it. In stella_vslam map points are called landmarks, a more suitable name. You have two ways to bind it. The long way is binding map_publisher class and landmark class. The short way is adding a C++ written method to bound system to retrieve landmarks for you. |
It's not easy for someone like me who is unfamiliar with C++. If there re-execution feature matching and use return pose triangulation, would these landmarks be available? |
Well, it's not easy for anyone. Sadly I can't do it myself right now. Perhaps in the future. |
Thank you for your kind words. Wish you all the best and may everything go smoothly for you. |
Thanks for your feedback and suggestion, I implemented the get landmark function.I uploaded it to github. |
Thank you for your work. I have a question, when I used ORB-SLAM3 before, I could use GetTrackedMapPoints()
to get the map points. does stella_vsalm have such a function? I don't seem to find this feature in system.h?
The text was updated successfully, but these errors were encountered: