fix maneuver accuracy

This commit is contained in:
2021-12-31 00:48:10 +01:00
parent 15f1f1ed54
commit 5eaae0f63f
2 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ global g_direction is 90.
global g_throttle is 1.
global g_apoapsis is 80000.
global g_gt_angle is 10.
global g_gt_velocity is 53.
global g_gt_velocity is 52.
man_launch(g_direction, g_throttle).
man_gravity_turn(g_direction, g_gt_angle, g_gt_velocity, g_apoapsis).