Add code for unmanned science return probe.

This commit is contained in:
2021-08-11 05:04:10 -04:00
parent 81720074e4
commit fcf93c4106
3 changed files with 37 additions and 170 deletions

20
boot/science.ks Normal file
View File

@ -0,0 +1,20 @@
runoncepath("0:/lib/boot").
parameter debug is false.
local compiled is List(
"/lib/navigation"
).
local copied is List(
"/prog/execnode",
"/prog/reentry"
).
Bootstrap(
"/boot/science",
"",
compiled,
copied,
debug
).