Airsim: How to get IMU calibration parameters?

Created on 8 Jul 2020  路  3Comments  路  Source: microsoft/AirSim

I am working on Visual-Inertial Odometry, and want to use Airsim to create a synthetic environment to work on. For this, I need IMU calibration parameters (biases and variances) similar to this. How can I get the calibration parameters for the IMU?

TIA

help-needed

All 3 comments

In the same code, I can find these lines commented.

/* ref: Parameter values are for MPU 6000 IMU from InvenSense 
    Design and Characterization of a Low Cost MEMS IMU Cluster for Precision Navigation
    Daniel R. Greenheck, 2009, sec 2.2, pp 17
    http://epublications.marquette.edu/cgi/viewcontent.cgi?article=1326&context=theses_open
    Datasheet:
    https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf
    For Allan Variance/Deviation plots see http://www.invensense.com/wp-content/uploads/2015/02/MPU-3300-Datasheet.pdf
*/

And in the http://epublications.marquette.edu/cgi/viewcontent.cgi?article=1326&context=theses_open link mentioned in the comment, the white noise std for MPU-6000 is mentioned. I can't find the white noise std in the code (I can only find the random walk std).

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jingleFun picture jingleFun  路  3Comments

git-moeen picture git-moeen  路  4Comments

HereIsPatrick picture HereIsPatrick  路  3Comments

sinanonur picture sinanonur  路  3Comments

r2d2Proton picture r2d2Proton  路  3Comments