I'm trying to calibrate my x-IMU 2.4 (InvenSense MPU 6050) and Asus Xtion with the Kalibr toolbox. The translation result from Kalibr is [0.117 -0.011 -0.041] but in real approximately [0.080 0.025 -0.035].
Now several questions occurred.
The main question is how I can select or estimate the correct accelerometer_noise_density, accelerometer_random_walk, gyroscope_noise_density and gyroscope_random_walk values.
The paper "Unified Temporal and Spatial Calibration for Multi-Sensor Systems" refers to the usage of the Allan Variance. Is the angular random walk from the "IEEE Std 952-1997" your noise density and the bias stability your random walk values?
What are the used units:
accelerometer_noise_density [rad/s/sqrt(Hz)]
accelerometer_random_walk [rad/s/sqrt(s)]
gyroscope_noise_density [m/s^2/sqrt(Hz)]
gyroscope_random_walk [m/s^2/sqrt(s)]
What is referred with continous-time? Is it correct to use the gyroscope_noise_density as the Allan deviation at tau 1 second divided by sqrt(updaterate)?
Another question is how to derive these parameters from the manufacturer data sheet.
For your ADIS16448 this would result in (http://www.analog.com/static/imported-files/data_sheets/ADIS16448.pdf):
accelerometer_noise_density: 0.23 mg/sqrt(Hz) = 0.0023 m/s^2/sqrt(Hz)
accelerometer_random_walk: 0.11 m/s/sqrt(h) = 0.0018 m/s/sqrt(s)
gyroscope_noise_density: 0.0135 deg/s/sqrt(Hz) = 2.3562e-04 rad/sec/sqrt(Hz)
gyroscope_random_walk: 0.66 deg/sqrt(h) = 1.9199e-04 rad/sqrt(s)
Your definition (imu_adis16448.yaml):
accelerometer_noise_density: 0.01 #continous
accelerometer_random_walk: 0.0002
gyroscope_noise_density: 0.005 #continous
gyroscope_random_walk: 4.0e-06
Differs the data sheet so much from your calibration or is there a failure in my selection from the data sheet?
Thanks
Daniel
Reprojection error squarred (cam0): mean 214.053277681, median 74.4762436724, std: 384.963118132 Gyro error squarred (imu0): mean 3138.16043825, median 906.548673425, std: 15960.4298566 Accelerometer error squarred (imu0): mean 5963.15108445, median 499.604505842, std: 173628.134309