Vehicle_Status_msg - Add attitude_failure flag to vehicle_status message

This commit is contained in:
bresch
2018-08-09 15:00:00 +02:00
committed by Daniel Agar
parent c4c8e8d2db
commit 9a6fef62ab
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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