ToniRV / Kimera-VIO-Evaluation

Code to evaluate and tune SPARK VIO pipeline.
MIT License
21 stars 2 forks source link

Fix/data source fast failure #21

Closed marcusabate closed 4 years ago

marcusabate commented 4 years ago

Refactored to move the code that generates results and metrics data to a separate function to clean the code a bit.

Fixed the bug causing this pr to fail. This was caused by pgo trajectory being synchronized and aligned after num_poses for reduce_to_ids was selected (incorrectly).