mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
control state: indicate if airspeed is not valid
This commit is contained in:
@@ -10,6 +10,7 @@ float32 x_pos # X position in local frame
|
||||
float32 y_pos # Y position in local frame
|
||||
float32 z_pos # z position in local frame
|
||||
float32 airspeed # Airspeed, estimated
|
||||
bool airspeed_valid # False: Non-finite values or non-updating sensor
|
||||
float32[3] vel_variance # Variance in body velocity estimate
|
||||
float32[3] pos_variance # Variance in local position estimate
|
||||
float32[4] q # Attitude Quaternion
|
||||
|
||||
Reference in New Issue
Block a user