Disable initial pitching.
This commit is contained in:
parent
324d9ab7a3
commit
8e012799eb
2 changed files with 6 additions and 6 deletions
|
@ -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.".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue