Sub: Temporary fix for nav check arming failure

This commit is contained in:
jaxxzer 2016-02-20 23:10:48 -05:00 committed by Andrew Tridgell
parent 6a12ff1f27
commit c7bd04966a

View File

@ -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;
}