kOS/prog/reentry.ks

11 lines
223 B
Plaintext
Raw Permalink Normal View History

2021-08-12 03:58:48 +00:00
// Automated reentry.
// Assumes stage 0 contains only parachutes.
// Primarily written for small science payload probes.
@lazyglobal off.
2021-08-22 22:38:35 +00:00
parameter retract is true.
2021-08-19 02:32:07 +00:00
RunOncePath("/lib/reentry").
2021-08-22 22:38:35 +00:00
PerformReentry(retract).