Skip to content
Success

Changes

Summary

  1. Fix not being able to launch southwards (commit: 235fba7) (details)
Commit 235fba7aa2fa41065110eef44d59a44971855b15 by azzurite
Fix not being able to launch southwards

The inclination in the constraint was Abs()'d, which prevented the direction vector from being optimized for the negative Z direction. Neither the Abs() nor the ClampPI() is necessary for the inclination parameter, because the sine functions already do that inherently, so this parameter sanitation was simply removed.
(commit: 235fba7)
The file was modified MechJebLib/PSG/Terminal/Kepler3.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle4.cs (diff)
The file was modified MechJebLib/PSG/Terminal/Kepler5.cs (diff)
The file was modified MechJebLib/PSG/Terminal/Kepler4.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle4Energy.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle3Energy.cs (diff)
The file was modified MechJebLib/PSG/Terminal/FlightPathAngle5.cs (diff)