You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the matches_ptr includes the feature matches from to the current images in pixel coordinates (+ a placeholder for the 3D coordinates for debugging purposes). For more details, the import code is located in line 339 at https://github.com/jpl-x/x/blob/master/src/x/vio/vio.cpp
Please note the match_ptr is only used if you decide to use an external feature tracker (or simulation) that sends data in this format. If you use the image callback instead, xVIO will run its own feature tracker.
Hi, thanks for making this code available. I am looking to implement inertial fusion into a slam algorithm, is there any examples here that do that?
Thanks!
The text was updated successfully, but these errors were encountered: