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

Fix simulation vtol with greater than 4 motors #11823

Closed
wants to merge 7 commits into from
Closed

Fix simulation vtol with greater than 4 motors #11823

wants to merge 7 commits into from

Conversation

a6a3uh
Copy link

@a6a3uh a6a3uh commented Apr 9, 2019

Please use PX4 Discuss or Slack to align on pull requests if necessary.

Describe problem solved by the proposed pull request
It is hardcoded that VTOL should have only 4 MC motors. If we will leave as it is control will be a mess on VTOL with more than 4 MC motors.

Describe your preferred solution
As we have VT_MOT_COUNT describing exact number of motors used we can use this number.

@jlecoeur
Copy link
Contributor

jlecoeur commented Apr 9, 2019

@a6a3uh this is addressed in #11287

edit: ...which was blocked by CI failures, I should force-push once more...

@a6a3uh a6a3uh closed this Apr 10, 2019
@a6a3uh a6a3uh deleted the fix_simulation_vtol_gt4 branch April 10, 2019 05:20
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.

2 participants