open_vins icon indicating copy to clipboard operation
open_vins copied to clipboard

improve odometry publishing speed

Open goldbattle opened this issue 2 years ago • 0 comments

The odometry with high frequency IMU (greater than 400hz) can be slow since the state is re-integrated from the previous update timestep. More ideally we should cache the result of the previous odometry result and only integrate the next IMU amount. This cache would need to be invalided after update (or propagation). This caused 3x slower simulations compared to before (see https://github.com/rpng/open_vins/commit/a3a209b9580dd94845cee0f2056cd4b519adff08)

goldbattle avatar Mar 22 '22 19:03 goldbattle