Skip to content
Success

Changes

Summary

  1. Commit fixes the bug from issue #2048 (commit: ab7b6fc) (details)
Commit ab7b6fc39490ec9a1d19831ccd9420dd9c338079 by mail
Commit fixes the bug from issue #2048

The bug occurs when using the autoascent feature for
negative inclination orbits. Namely, the circularization burn was
explicitly trying to achieve the _abs(inclination)_ instead of the target.

The bug was fixed by removing the `Math.Abs()` from the
OrbitalManeuverCalculator.DeltaVToChangeInclination input.
(commit: ab7b6fc)
The file was modified MechJeb2/MechJebModuleAscentBaseAutopilot.cs (diff)