mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 03:57:34 +08:00
Vehicle_Status_msg - Add attitude_failure flag to vehicle_status message
This commit is contained in:
@@ -2295,6 +2295,7 @@ Commander::run()
|
||||
failure_status.pitch) {
|
||||
|
||||
armed.force_failsafe = true;
|
||||
status.attitude_failure = true;
|
||||
status_changed = true;
|
||||
|
||||
// Only display an user message if the circuit-breaker is disabled
|
||||
|
||||
Reference in New Issue
Block a user