Lots of changes everywhere.
This commit is contained in:
parent
b3a6105cbe
commit
13018f75aa
11 changed files with 186 additions and 25 deletions
9
boot/rocket_debug.ks
Normal file
9
boot/rocket_debug.ks
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Install software.
|
||||
copypath("0:/lib/navigation", "1:/lib/navigation").
|
||||
copypath("0:/lib/throttle", "1:/lib/throttle").
|
||||
copypath("0:/lib/stabilize_rocket", "1:/lib/stabilize_rocket").
|
||||
copypath("0:/rocket/init", "1:/init").
|
||||
copypath("0:/rocket/launch", "1:/launch").
|
||||
copypath("0:/rocket/execnode", "1:/execnode").
|
||||
|
||||
run "init".
|
Loading…
Add table
Add a link
Reference in a new issue