2021-08-12 03:58:48 +00:00
|
|
|
// Automated reentry.
|
|
|
|
// Assumes stage 0 contains only parachutes.
|
|
|
|
// Primarily written for small science payload probes.
|
2021-08-11 09:04:10 +00:00
|
|
|
|
|
|
|
@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).
|