-
Notifications
You must be signed in to change notification settings - Fork 28
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
Analytic Tune: Add more predictive capability #227
Conversation
@IamPete1 Added a lot of other stuff to make this more usable. Additional things that are desired |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it looks really good!
@IamPete1 dont merge this yet. I have some required changes before it is ready. |
d906ad6
to
da04709
Compare
This PR contains the additional calculations to determine predicted attitude Disturbance Rejection Bandwidth, attitude control with no feedforward path, and attitude stability (broken loop). A calculation was also added for attitude control without feedforward path.
This is all available to be plotted. just need to add the plotting options.
I think the attitude control with and without feedforward should be set based on the SID axis. SID axes 1,2, and 3 would use the calculated and predicted attitude control with feedforward. SID axes 4, 5 and 6 would use the calculated and predicted attitude control with no feedforward.
The predicted DRB and predicted stability should be available to display with any SID axis selected.
The calculated DRB is only available when SID Axes 4, 5, and 6 are selected.
@IamPete1 and @lthall I think these are the maths you need to put the rest of the tool together. Let me know if you need anything.