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

Add support for deca frame in QuadPlane::setup #27874

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

IdoBuchman
Copy link
Contributor

Resolves issue #27846 .

Looking at the full parameter list for Plane, Q_Frame_Class = 14 (Deca) is a valid option and going over the AP_MotorsMatrix, Deca seems to be supported for types 'Plus' and 'X'.
However when I configure my AP's frame class to be Deca, I get messages saying "Config Error: fix problem then reboot" and "Config Error: Unsupported Q_Frame_Class 14".

The deca frame is properly supported for Copter and as the quadplane vtol setup calls upon the copter frames, it should also be supported for arduplane vtol for anyone who wants to work 10 vertical motors.

@IdoBuchman IdoBuchman marked this pull request as ready for review August 20, 2024 19:23
@tridge
Copy link
Contributor

tridge commented Aug 21, 2024

@IdoBuchman got a photo of the plane?

@tridge tridge removed the DevCallEU label Aug 21, 2024
@tridge
Copy link
Contributor

tridge commented Aug 21, 2024

needs commit msg fixing, thanks to @peterbarker for volunteering!

The deca frame is properly supported for Copter and as the quadplane vtol setup calls upon the copter frames, it should also be supported for arduplane vtol for anyone who wants to work 10 vertical motors.
@peterbarker peterbarker force-pushed the bugfix/quadplane-deca-support branch from c692365 to 3f77417 Compare August 21, 2024 09:16
@peterbarker
Copy link
Contributor

Fixed the commit message, marked as MergeOnCIPass.

Thanks!

@IdoBuchman
Copy link
Contributor Author

@tridge Still designing the plane, wanted to make sure 10 vertical motors will be supported before I build it.
I'll send a picture of the design soon and hopefully of a flight later on ;)

Copy link
Member

@IamPete1 IamPete1 left a comment

Choose a reason for hiding this comment

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

Lgtm, thanks

@IamPete1 IamPete1 merged commit e037b0b into ArduPilot:master Aug 21, 2024
63 checks passed
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.

4 participants