mirror of https://github.com/ArduPilot/ardupilot
AP_Common: removed terrain home correction
This commit is contained in:
parent
a7bc844780
commit
5560dc24b5
|
@ -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…
Reference in New Issue