diff --git a/ArduPlane/mode_autoland.cpp b/ArduPlane/mode_autoland.cpp index 928e20ea301da..4727cc585015a 100644 --- a/ArduPlane/mode_autoland.cpp +++ b/ArduPlane/mode_autoland.cpp @@ -78,6 +78,9 @@ bool ModeAutoLand::_enter() plane.prev_WP_loc = plane.current_loc; + // In flight stage normal for approach + plane.set_flight_stage(AP_FixedWing::FlightStage::NORMAL); + const Location &home = ahrs.get_home(); #ifndef HAL_LANDING_DEEPSTALL_ENABLED