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

SITL: fixed tilt quadplanes and re-enable then in CI FlyEachFrame #26248

Merged
merged 3 commits into from
Feb 18, 2024

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Feb 18, 2024

fixed the maths for tilted rotors and the parameters for the tilted frame. Now all of them fly

also added a quadplane-tilt which is a 4 rotor quadplane with front 2 rotors tilted with vectored yaw. This is the most common tilt setup so it is nice to have it in SITL

vector math was done in the wrong order
from 2 motors tilt for "quadplane-tilt". This is the most common tilt
quadplane setup
and enable autotest of the disabled tilt quadplane frames
Copy link
Contributor

@peterbarker peterbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic!

Just plane-tailsitter to go, @IamPete1 ;-)

@tridge tridge merged commit 1d08662 into ArduPilot:master Feb 18, 2024
92 checks passed
Comment on lines +109 to +111
// calculate total torque in newton-meters
torque = (position % thrust) + rotor_torque;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be after the drag calculation changes thrust on 126.

@IamPete1
Copy link
Member

I have done a PR to include the drag before calculating torque #26255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants