mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 08:47:34 +08:00
msg: Add topic for pre-flight sensor checks
This commit is contained in:
committed by
Lorenz Meier
parent
06aca33085
commit
c07f7b5659
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# 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
|
||||
#
|
||||
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).
|
||||
Reference in New Issue
Block a user