mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 17:10:34 +08:00
add simplistic gps failure detection
This commit is contained in:
@@ -206,6 +206,7 @@ struct vehicle_status_s {
|
||||
uint8_t data_link_lost_counter; /**< counts unique data link lost events */
|
||||
|
||||
bool engine_failure; /** Set to true if an engine failure is detected */
|
||||
bool gps_failure; /** Set to true if a gps failure is detected */
|
||||
|
||||
bool offboard_control_signal_found_once;
|
||||
bool offboard_control_signal_lost;
|
||||
|
||||
Reference in New Issue
Block a user