-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update mixing system to be more flexible #416
Labels
Comments
For our v2 release, we'll need to add a mixing for a v-tail style plane since our test platform (the RMRC Anaconda) is a v-tail plane. |
V-tail mixing has been added, but implementing a more flexible mixing system entirely may still be a useful improvement. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to set up a mixer for a custom frame (v-tail for example), a new mixer is required. In the current implementation, this is done by creating the new mixer and recompiling / flashing the firmware.
In addition, sometimes the user needs to reverse the direction of a servo (change the sign on the corresponding mixer). The current implementation supports reversing for aileron, elevator, and rudder. In the case of a v-tail, however, sometimes individual servos might need to be reversed.
Implementing a way to adjust mixer matrices dynamically (without having to recompile and reflash) could be useful.
The text was updated successfully, but these errors were encountered: