2016-11-13 17:31:17 -04:00
|
|
|
#
|
|
|
|
# Pre-flight sensor check metrics. These will be zero if the vehicle only has one sensor.
|
|
|
|
# The topic will not be updated when the vehicle is armed
|
|
|
|
#
|
2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2016-11-13 17:31:17 -04:00
|
|
|
float32 accel_inconsistency_m_s_s # magnitude of maximum acceleration difference between IMU instances in (m/s/s).
|
|
|
|
float32 gyro_inconsistency_rad_s # magnitude of maximum angular rate difference between IMU instances in (rad/s).
|
2017-10-01 20:29:46 -03:00
|
|
|
float32 mag_inconsistency_ga # magnitude of maximum difference between Mag instances in (Gauss).
|