mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 16:46:09 +08:00
Failure Detector - Play TONE_PARACHUTE_RELEASE_TUNE when force failsafe is set
This commit is contained in:
@@ -2226,6 +2226,7 @@ Commander::run()
|
|||||||
_in_flight_termination = true;
|
_in_flight_termination = true;
|
||||||
|
|
||||||
mavlink_log_critical(&mavlink_log_pub, "Attitude failure detected: force failsafe");
|
mavlink_log_critical(&mavlink_log_pub, "Attitude failure detected: force failsafe");
|
||||||
|
set_tune_override(TONE_PARACHUTE_RELEASE_TUNE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user