Fix boot and launch scripts.

This commit is contained in:
2021-08-01 22:30:07 -04:00
parent 70f71e184b
commit 826df45ff2
3 changed files with 5 additions and 3 deletions

View File

@ -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.