-
Notifications
You must be signed in to change notification settings - Fork 11
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
Gravity on Jupiter is incorrect #247
Comments
Interesting, thanks @arouinfar. Master is currently using the value that was used in the java sim (25.95 N/kg). Fixed in the above commit. The range of allowable gravity is currently 1 - JUPITER_GRAVITY. So this reduced the gravity range just a little bit, is that OK? Does the version available as the "prototype" need to be updated with this fix? |
Oh wow, looks like Java was incorrect for all these years!
I don't think the calculation is currently working in master, because the max is now |
Once this issue is worked out, it might be nice to republish if master is in a good place. |
OK sounds good. Lets publish a new version after #240 is done, unless it is important to fix this right away, @arouinfar let me know. |
Observed in master and the prototype. When selecting Jupiter from the gravity ComboBox, the displayed value is 26.0 m/s^2. However, the value of gravity on Jupiter should be 24.8 m/s^2.
The text was updated successfully, but these errors were encountered: