Skip to content
Success

Changes

Summary

  1. PSG: fix some CoastDuring bugs (commit: c916377) (details)
Commit c9163772f02fa149f312775f6667087330512af1 by lamont
PSG: fix some CoastDuring bugs

Also add some tests for a simple rocket on Kerbin

- relax MaxT box constraint by MinThrottle
- fix IsCurrentCoastAfterStage() logic
- fix MassContinuity-related bug in AscentGuesser
- improve some debug logging
- remove stray logging in the glueball

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: c916377)
The file was modified MechJebLib/PSG/AscentBuilder.cs (diff)
The file was modified MechJebLib/PSG/Optimizer.cs (diff)
The file was modified MechJebLibTest/MechJebLibTest.csproj (diff)
The file was modified MechJeb2/MechJebModulePSGGlueBall.cs (diff)
The file was modified MechJebLib/PSG/Phase.cs (diff)
The file was modified MechJebLib/PSG/AscentGuesser.cs (diff)
The file was modified MechJebLib/PSG/AscentProblem.cs (diff)
The file was addedMechJebLibTest/PSGTests/AscentTests/KerbinTests.cs