forked from Archive/PX4-Autopilot
msg: publish magnetometer inconsistency level
This commit is contained in:
parent
20e987faa9
commit
c7097085fa
|
@ -4,3 +4,4 @@
|
||||||
#
|
#
|
||||||
float32 accel_inconsistency_m_s_s # magnitude of maximum acceleration difference between IMU instances in (m/s/s).
|
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).
|
float32 gyro_inconsistency_rad_s # magnitude of maximum angular rate difference between IMU instances in (rad/s).
|
||||||
|
float32 mag_inconsistency_ga # magnitude of maximum difference between Mag instances in (Gauss).
|
||||||
|
|
Loading…
Reference in New Issue