ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.28k stars 1.39k forks source link

IMU Rate Visualization #582

Closed goldbattle closed 1 year ago

goldbattle commented 1 year ago

This adds a visualization to the result report that includes the sampling rate over the whole dataset for the IMU. This can allow insight into the "quality" of the IMU and if there are any timestamp problems. For example, the following IMU has incorrect timestamps where a burst of IMU are send at a rate of 1ms with gaps of 6ms between. image

A "good" timestamp would be on that has a fixed rate (aside from sensor drops) such as this one which has a fixed 5ms (200Hz) between readings: image

While other IMUs can have "jitter" where alternating readings have small errors around the fixed frequency. This isn't as big of a problem, but is a source of error (not as bad as having the first example) image

ethzasl-jenkins commented 1 year ago

Can one of the admins verify this patch?