Fix boot and launch scripts.
This commit is contained in:
parent
70f71e184b
commit
826df45ff2
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
runoncepath("lib/throttle").
|
||||
runoncepath("lib/navigation").
|
||||
runoncepath("lib/node").
|
||||
|
||||
parameter APOAPSIS_TARGET is 80000.
|
||||
parameter GRAVITY_TURN_START is 8000.
|
||||
|
@ -61,7 +62,7 @@ wait 0.001. // make sure these control updates get applied
|
|||
|
||||
print "Target apoapsis acquired. Creating maneuver node.".
|
||||
add CreateCircularizationNode().
|
||||
runpath("/execnode").
|
||||
ExecNode().
|
||||
print "Orbit acquired. Releasing controls. Good luck, Kerman.".
|
||||
unlock THROTTLE.
|
||||
unlock STEERING.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue