mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: Temporary fix for nav check arming failure
This commit is contained in:
parent
6a12ff1f27
commit
c7bd04966a
@ -524,6 +524,7 @@ bool Sub::arm_checks(bool display_failure, bool arming_from_gcs)
|
||||
if (display_failure) {
|
||||
gcs_send_text(MAV_SEVERITY_CRITICAL,"Arm: Waiting for Nav Checks");
|
||||
}
|
||||
ahrs.reset(); // This will fix the altitude hang; ToDo: figure out what is actually causing the hang
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user