Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plane: tilt quadplane fixes #28960

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Dec 29, 2024

this fixes some issues with tilt quadplanes.
The first fix is to ensure we don't complete the transition till the rotors are fully tilted forward. The demanded VTOL throttle during the 2nd stage of the transition is also fixed to be based on the tilt angle, not the time.
The 2nd fix is to prevent oscillation of the assisted_flight flag

fixes some of the issues in #28957

this copes with a Q_TILT_RATE_DN that is too slow for the configured
Q_TRANSITION_MS
use the proportion we have moved the tilt rotors forward for
controlling the VTOL throttle in transition. This prevents a too short
Q_TRANSITION_MS from causing oscillations in transition
it makes no sense for it to be above AIRSPEED_MIN
@tridge tridge requested a review from IamPete1 December 29, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant