2017-09-21 17:24:53 -03:00
|
|
|
#
|
|
|
|
# Sensor readings and in-run biases in SI-unit form. Sensor readings are compensated for static offsets,
|
|
|
|
# scale errors, in-run bias and thermal drift (if thermal compensation is enabled and available).
|
|
|
|
#
|
|
|
|
|
2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
2017-09-21 17:24:53 -03:00
|
|
|
# In-run bias estimates (subtract from uncorrected data)
|
|
|
|
|
2019-08-07 06:05:48 -03:00
|
|
|
float32[3] gyro_bias # gyroscope in-run bias in body frame (rad/s)
|
2017-09-21 17:24:53 -03:00
|
|
|
|
2019-08-07 06:05:48 -03:00
|
|
|
float32[3] accel_bias # accelerometer in-run bias in body frame (m/s^2)
|
2017-09-21 17:24:53 -03:00
|
|
|
|
2019-08-07 06:05:48 -03:00
|
|
|
float32[3] mag_bias # magnetometer in-run bias in body frame (Gauss)
|