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
Fix bug that the first ever IMU reading is not past into the VioManger
Dynamic initialization is now disabled by default on most datasets
Now use predeclared classes and move headers to cpp files to improve compile time
Rename ov_init simulator to SimulatorInit to prevent name conflicts
Faster feature extraction logic by only extracting in sub-grids which need features (150hz for mono, 60hz for stereo)
New simplified serial reader which doesn't use iterators
Publishing of feature track information (image) is now in a separate thread and at 20hz. This visualization can take a while depending on image size and number of features. This means more multi-threading mutexes were added to the tracker classes.
Configuration and scripts were updated for those which use OpenVINS as a baseline