-
Notifications
You must be signed in to change notification settings - Fork 32
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
Stability derivates broken in latest release #75
Comments
Can you give a screenshot of what it looked like in the previous release? I've changed the stability derivatives to show NaN if no stable AoA was found whereas the previous release still computed the derivatives at that AoA which was unstable (and possibly random since the root solver would not converge so the derivative values would be garbage anyway). In regards to rockets, there shouldn't be stable AoA since they don't have enough lift. IMO there should be an input for the angle at which to compute the derivatives in addition to computing them at the stable AoA. |
I can display stability derivatives at 0 AoA if there is no stable AoA found if that helps. |
Not sure what that means. I have to ask though - why change the stability derivative system at all because it looked to be working fine before. At least previously the Static analysis tool was definitely giving meaningful values. |
Revert NaN stability derivates if stable AoA is not found
The latest release appears to have broken the stability derivates window on KSP 1.6.1 using RSS/RO/RP-1. This issue happens with every rocket I tried to load up.
The text was updated successfully, but these errors were encountered: