Disable initial pitching.
This commit is contained in:
@ -7,7 +7,7 @@ function Launch {
|
||||
parameter ATMO_TWR is 1.6.
|
||||
parameter GRAVITY_TURN_START is 8000.
|
||||
parameter GRAVITY_PITCH is 75.
|
||||
parameter INITIAL_PITCH is 85.
|
||||
// parameter INITIAL_PITCH is 85.
|
||||
parameter MINIMUM_PITCH is 5.
|
||||
|
||||
// Configure subsystems.
|
||||
@ -40,10 +40,10 @@ function Launch {
|
||||
// Main ascent control.
|
||||
lock STEERING to heading(90,90,270).
|
||||
stage.
|
||||
wait until SHIP:ALTITUDE > 200.
|
||||
|
||||
print "Vectoring away from launchpad.".
|
||||
lock STEERING to heading(90, INITIAL_PITCH, 270).
|
||||
// wait until SHIP:ALTITUDE > 200.
|
||||
// print "Vectoring away from launchpad.".
|
||||
// lock STEERING to heading(90, INITIAL_PITCH, 270).
|
||||
wait until SHIP:ALTITUDE > GRAVITY_TURN_START.
|
||||
|
||||
print "Pitching for gravity turn.".
|
||||
|
Reference in New Issue
Block a user