Skip to content
Success

Changes

Summary

  1. ReturnFromMoon fixes (commit: f24cdd3) (details)
Commit f24cdd3dcc88a9871409b8e57bcaef7822153ecf by lamont
ReturnFromMoon fixes

This makes the basic algorithm just work correctly.

I think it no longer supports hyperbolic initial orbits, or multiple
revolutions.  But we've gone from an algorithm that did none of that
reliably or accurately, to one that reliably solves the basic problem.
(commit: f24cdd3)
The file was modified Localization/en-us.cfg (diff)
The file was modified MechJebLibTest/FunctionsTests.cs (diff)
The file was modified MechJebLib/Primitives/V3.cs (diff)
The file was modified MechJeb2/Maneuver/OperationMoonReturn.cs (diff)
The file was removedMechJebLib/FunctionImpls/RealSingleImpulseHyperbolicBurn.cs
The file was modified MechJebLib/Maneuvers/ReturnFromMoon.cs (diff)
The file was modified MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs (diff)
The file was modified MechJeb2/OrbitalManeuverCalculator.cs (diff)
The file was modified MechJebLib/Functions/Astro.cs (diff)
The file was addedMechJebLib/Functions/SingleImpulseHyperbolicBurn.cs
The file was modified MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs (diff)