Plane: call AHRS resetHeightDatum() on baro reset

this prevents the AMSL estimate from the EKF going off badly if we
disarm at a high altitude
This commit is contained in:
Andrew Tridgell 2019-02-08 10:15:47 +11:00
parent 0c2ea764ce
commit e981966640

View File

@ -126,6 +126,7 @@ void Plane::update_home()
} }
} }
barometer.update_calibration(); barometer.update_calibration();
ahrs.resetHeightDatum();
} }
void Plane::set_home_persistently(const Location &loc) void Plane::set_home_persistently(const Location &loc)