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: added support for up to 32 rotors #27598

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

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Jul 20, 2024

a user asked if we could support up to 32 rotors, so here is a PR that demonstrates flying in SITL with 32 rotors
not really expecting this to be merged as is :-)

@IamPete1
Copy link
Member

32 might seem a bit mad, but there is almost no difference in flash cost vs just adding one or two more. We do have a PR to move to 16, #21157.

I do think we will need support for more than 12 eventually.

@@ -355,7 +355,7 @@ SRV_Channels::SRV_Channels(void)
#if NUM_SERVO_CHANNELS > 16
if (i >= 16) {
// default to GPIO, this disables the pin and stops logging
Copy link
Member

Choose a reason for hiding this comment

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

comment needs a update. Does none still stop logging?

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

Successfully merging this pull request may close these issues.

2 participants