-
Notifications
You must be signed in to change notification settings - Fork 102
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
Feature Request/Unexpected Behaviour: Redo Suicide Burn Readouts #93
Comments
I have tried this myself and basically canibalized the Concept of the Maneuver Node Calculator, but with a given velocity in Horizontal and vertical + Acceleration due to gravity. harryyoung@299fc08 |
It looks reasonable to me, should certainly be more accurate than the current code though it still uses the terrain altitude immediately below the craft which could be considerably different than at the landing point. Perhaps worth integrating as new readouts so people can test it. If it does turn out much better then the old ones can be removed. The Xamarim problem looks like it doesn't cope with VS2015 projects correctly, both of the C# plugin projects are definitely set to .NET 3.5. I would also doubt that it would manage to compile certain newer bits of C# that are now used in the source (e.g. the "?." operator). |
I don't like VS... but it worked. Actually helped me find some Bugs i created. Might have to go back :D I'm not sure using the altitude at the predicted landing site will make a difference. Will do some Reasearch into that. For now I will test this out. |
I'm talking about a situation such as coming in at quite a shallow angle to land on a Minmus flat (or at the bottom of a deep crater elsewhere) but you currently being over the (rather high) hills surrounding the flat. The code will underestimate the amount of vertical speed you gain before landing, possibly resulting in you starting the burn late... |
Video Demonstration: https://youtu.be/6Rb1LDvKdok |
I think I have found a way to reintregrate that in a second step. |
I have Built the Framework in harryyoung@bae35e6 but it's throwing NaN's like Crazy and I don't get the impact point Calculation right, probably because I have not tought about it propperly. I know my Position and the distance covered over the Landing burn, I have no Idea how to handle Lat and Long toh, So how do I predict the Point? |
Right now the Suicide Readouts are a bit misleading. Without stating it it assumes that the horizontal velocity is nonsignificant and all available thrust can be used to kill the vertical velocity. Therefore, doing suicide approaches with significant horizontal velocity, I often Crash.
For my kind of suicide Burns I prefer the following Readouts:
This basically behaves like a maneuver node where prograde dV is Surface Speed + Acceleration due to gravity. All that I think is missing is the timing.
The text was updated successfully, but these errors were encountered: