-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Latitude Error when Rotated Planetarium=False #19
Comments
Another thing is, by watching the change of Skybox and detail of planet texture, now I know what you are doing: |
Hi @Kerbinator-CN at the moment I don't have much time to devote to open source (neither to LMP) but contact me on discord if you need help or want to contribute with code. To be honest I hardly remember what I did for this to make it "work" |
That's okay anyway, I'm not too anxious to do that (I have a stock mission overhead, and my proposal is on using it for RSS actually). Data Installation: install RSS 18.1.3, and replace RSSkopernicus with folder in zip file, install TIltEm and replace TiltEm.cfg with provided ones. Note: Tilts of regular satelites (all satelites of Jupiter Saturn Uranus, except Iapetus) are same as their parent star. You may manually copy or (idk) use MM grammar to patch any of them who has referenceBody=J/S/U) Solar Planets Orbital Elements: mean value over several periods TO-DOs (simplified from that bunch of issues; and is much more feasible probably)
About documentation At last, thank you for giving us such wonderful mod for those who cannot afford lags of using Principia (or to get rid of station keeping). |
(by the way, I cannot find your discord account (I have one, though) |
Sure, my discord: Dagger#1173 |
When having one of my vessels orbiting equatorially for configured Uranus, the KER readout of latitude is always 0 which is correct (expected). However, on-rail setting tilt to false lead to problem, then the latitude will not be 0. (the vessel is on-rail, so there is no change in vessel orbit because of other possible bugs involve)
For Saturn, Jupiter, this is negliable (not greater than 0.5deg); however it randomly distribules and make a 20deg peak for Uranus whose original inclination is close to 90 degrees.
And I can sure it's not fault of KER readout, since the brown dot on Uranus north pole has changed its position.
Note that at the beginning of KSP loading, the maximum latitude recorded is 22°7'46'' (or by pressing reset)
KSP.log
The TiltX and TiltZ are made based on there regular satelites' orbit (their orbit plane is almost same as planet equator, and I've got the equation of TiltX&TiltZ versus LAN&inclination of an Equatorial orbit.
The data and formula are shown here (inclination shortened as i)
sin(tiltZ)=sin(i)*sin(LAN), cos(tiltX)=cos(i)/cos(tiltZ)
then use trial and error to determine whether this is an acute or obtuse angle, positive or negative angle
and data gathered from this method
The text was updated successfully, but these errors were encountered: