mirror of https://github.com/ArduPilot/ardupilot
AP_Arming: remove ahrs check from ins
This commit is contained in:
parent
53b39b201b
commit
09aef3a3b8
|
@ -207,12 +207,6 @@ bool AP_Arming::ins_checks(bool report)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
if (!ahrs.healthy()) {
|
||||
if (report) {
|
||||
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL, PSTR("PreArm: AHRS not healthy"));
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue