Move launch script to a library.
This commit is contained in:
parent
b4ac0b0325
commit
981ce4e7f9
4 changed files with 77 additions and 73 deletions
|
@ -3,10 +3,11 @@ runoncepath("0:/lib/boot").
|
|||
parameter debug is false.
|
||||
|
||||
local compiled is list(
|
||||
"/lib/launch_rocket",
|
||||
"/lib/navigation",
|
||||
"/lib/throttle",
|
||||
"/lib/node",
|
||||
"/lib/stabilize_rocket",
|
||||
"/lib/node"
|
||||
"/lib/throttle"
|
||||
).
|
||||
|
||||
local copied is list(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue