Plane: tailsitter: don't relax attitude control in transision to VTOL, rely on check_attitude_relax to do the right thing

This commit is contained in:
Iampete1 2021-08-17 23:20:54 +01:00 committed by Andrew Tridgell
parent a91c0f4b12
commit fb8fb34cfc

View File

@ -444,8 +444,6 @@ bool Tailsitter::transition_vtol_complete(void) const
gcs().send_text(MAV_SEVERITY_WARNING, "Transition VTOL done, timeout");
return true;
}
// still waiting
quadplane.attitude_control->reset_rate_controller_I_terms();
return false;
}