Browse Source

AP_Common: removed terrain home correction

gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
6dc843b341
  1. 2
      libraries/AP_Common/Location.cpp

2
libraries/AP_Common/Location.cpp

@ -140,7 +140,7 @@ bool Location::get_alt_cm(AltFrame desired_frame, int32_t &ret_alt_cm) const @@ -140,7 +140,7 @@ bool Location::get_alt_cm(AltFrame desired_frame, int32_t &ret_alt_cm) const
if (terrain == nullptr) {
return false;
}
if (!terrain->height_amsl(*this, alt_terr_cm, true)) {
if (!terrain->height_amsl(*this, alt_terr_cm)) {
return false;
}
// convert terrain alt to cm

Loading…
Cancel
Save