Skip to content
Success

Changes

Summary

  1. Simplify adding stages API (commit: 18fe86f) (details)
  2. PSG add box constraints to the control (commit: 1cb98c7) (details)
  3. Multiply thrust by 1000 for N (commit: 0268872) (details)
Commit 18fe86ff0966a246a4f70870a3ea2904978ec113 by lamont
Simplify adding stages API

the combinatoric explosion of this API was getting very annoying.

more annoying, though, is why the delta3 example mysteriously starts
to fail now.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 18fe86f)
The file was modified MechJeb2/MechJebModulePSGGlueBall.cs (diff)
The file was modified MechJebLib/PSG/AscentBuilder.cs (diff)
The file was modified MechJebLib/PSG/Phase.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/RealRocketTests.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/TheStandardTests.cs (diff)
The file was modified MechJebLib/SuicideBurnSimulation/SuicideBuilder.cs (diff)
The file was modified MechJebLib/Functions/Astro.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/Titan2Tests.cs (diff)
The file was modified MechJeb2/MechJebModuleSuicideTimer.cs (diff)
Commit 1cb98c7d9cf62388cfa6fe602c9bc4a8a9f2c835 by lamont
PSG add box constraints to the control

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 1cb98c7)
The file was modified MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs (diff)
The file was modified MechJebLib/PSG/Optimizer.cs (diff)
The file was modified MechJebLibTest/PSGTests/AscentTests/RealRocketTests.cs (diff)
Commit 0268872f24e91e8a2e0468f2362074a22360b6ca by lamont
Multiply thrust by 1000 for N

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 0268872)
The file was modified MechJeb2/MechJebModulePSGGlueBall.cs (diff)