-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Test multirotor control without mixer limits #4995
Comments
@MaEtUgR Found this paper by chance today: It compares a naive mixer with its implementation. Its not clear how much different their work is to what we already have, but its possible there are things left to improve in our not-completely-naive mixer. |
@Tumbili The paper referenced above also has a discussion of motor thrust/torque modeling which may be of interest to you. They chose to use all 3 coefficients to fit a quadratic polynomial to the measured thrust. |
@LorenzMeier Thank you for the reference. We talked about the mixer in a control call and we have an idea how to improve the mixer. Improving the rate controller will lead sooner or later to the mixer priorities and I'll consider the results of the paper for this. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
@MaEtUgR Medium term interested in LQR / MPC, but as first step I'd like to work out if the mixer limiting is negatively impacting performance.
The text was updated successfully, but these errors were encountered: