Plane: fixed quad yaw assistance during transition timer

This commit is contained in:
Andrew Tridgell 2016-01-01 15:36:03 +11:00
parent 9ae4c3ec99
commit aab98ff757
1 changed files with 1 additions and 0 deletions

View File

@ -641,6 +641,7 @@ void QuadPlane::update_transition(void)
if (throttle_scaled < 0) {
throttle_scaled = 0;
}
assisted_flight = true;
hold_stabilize(throttle_scaled);
attitude_control->rate_controller_run();
motors->output();