How to get IMU calibration parameters? #4330
Replies: 3 comments
-
Maybe https://github.com/microsoft/AirSim/blob/master/AirLib/include/sensors/imu/ImuSimpleParams.hpp#L18? |
Beta Was this translation helpful? Give feedback.
-
Are these the default values? |
Beta Was this translation helpful? Give feedback.
-
In the same code, I can find these lines commented.
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 |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions