Disable initial pitching.

This commit is contained in:
2021-08-08 21:11:54 -04:00
parent 324d9ab7a3
commit 8e012799eb
2 changed files with 6 additions and 6 deletions

View File

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