Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 396 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 396 Bytes

imu_tk_matlab

Matlab scripts of David Tedaldi's ICRA14 paper, a robust and easy to implement method for IMU calibration。

It is a deterministic calibration method for a low cost IMU. The estimated parameters include biases, scale factor, and misalignment of the 3-axis accelerometer and gyroscope.

The corresponding C++ implementation is here.