diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index 85f90067d1..be5385782b 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -1182,6 +1182,7 @@ bool QuadPlane::verify_vtol_takeoff(const AP_Mission::Mission_Command &cmd) return false; } transition_state = TRANSITION_AIRSPEED_WAIT; + plane.TECS_controller.set_pitch_max_limit(transition_pitch_max); return true; }