Maybe https://github.com/microsoft/AirSim/blob/master/AirLib/include/sensors/imu/ImuSimpleParams.hpp#L18?
Are these the default values?
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
Most helpful comment
Maybe https://github.com/microsoft/AirSim/blob/master/AirLib/include/sensors/imu/ImuSimpleParams.hpp#L18?