Browse Source

Rover: correct gps-is-healthy mode change check

mission-4.1.18
Peter Barker 7 years ago committed by Francisco Ferreira
parent
commit
1d3e7d454a
  1. 1
      APMrover2/mode.cpp

1
APMrover2/mode.cpp

@ -33,6 +33,7 @@ bool Mode::enter_gps_checks() const @@ -33,6 +33,7 @@ bool Mode::enter_gps_checks() const
//GPS update rate acceptable
if (!gps.is_healthy()) {
gcs().send_text(MAV_SEVERITY_CRITICAL, "GPS is not healthy");
return false;
}
// check GPSs are within 50m of each other and that blending is healthy

Loading…
Cancel
Save