Skip to content

Commit

Permalink
Revert "Merge branch 'ardupilot4.5.3' of https://github.com/JosephSte…
Browse files Browse the repository at this point in the history
…w-art/ardupilot into ardupilot4.5.3"

This reverts commit 63475a0, reversing
changes made to f703072.
  • Loading branch information
JosephStew-art committed Dec 13, 2024
1 parent 63475a0 commit 8c580f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArduPlane/tiltrotor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ float Tiltrotor::tilt_max_change(bool up, bool in_flap_range) const
fast_tilt = true;
}
if (fast_tilt) {
// allow a minimum of 90 DPS in manual or if we are not
// stabilising, to give fast control
rate = MAX(rate, 90);
}
}
Expand Down

0 comments on commit 8c580f4

Please sign in to comment.