Noiredd / PEGAS

Powered Explicit Guidance Ascent System - a KSP & RO autopilot using the Space Shuttle guidance algorithm, UPFG
http://forum.kerbalspaceprogram.com/index.php?/topic/142213-pegas-powered-explicit-guidance-ascent-system-devlog
MIT License
114 stars 31 forks source link

Free LAN mode #6

Closed Noiredd closed 7 years ago

Noiredd commented 7 years ago

It would be useful, if only for demo purposes, to have a free-LAN mode, that is, a mission type where LAN is unconstrained.

Without going deep into UPFG (which requires both INC and LAN to constrain the target orbit) this might be easiest solved by calculating a launch in e.g. 1 minute from activation, using a process reverse to orbitInterceptTime function.

Noiredd commented 7 years ago

Made possible in 811c12d. mission containing no LAN key will cause it to be calculated for a launch to occur (almost) immediately.