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

Update mixing system to be more flexible #416

Open
JMoore5353 opened this issue Jan 25, 2024 · 2 comments · Fixed by #421
Open

Update mixing system to be more flexible #416

JMoore5353 opened this issue Jan 25, 2024 · 2 comments · Fixed by #421
Assignees

Comments

@JMoore5353
Copy link
Contributor

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.

@bsutherland333
Copy link
Contributor

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.

@bsutherland333 bsutherland333 linked a pull request Feb 23, 2024 that will close this issue
@bsutherland333
Copy link
Contributor

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
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants