From f8d18b8713698736c22db5bab286819654437488 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 1 Mar 2019 23:03:27 +0100 Subject: [PATCH] Do not use RCS thrusters during ascend guidance. --- launch.ks => ascend.ks | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename launch.ks => ascend.ks (99%) diff --git a/launch.ks b/ascend.ks similarity index 99% rename from launch.ks rename to ascend.ks index a847e57..6ec6c6e 100644 --- a/launch.ks +++ b/ascend.ks @@ -60,7 +60,7 @@ function launch { // LAUNCH SAS off. - RCS on. + RCS off. set NAVMODE to "SURFACE". lock STEERING to heading(launch_azimuth, 90). // roll to launch azimuth lock THROTTLE to 1.0. @@ -142,6 +142,3 @@ function calculate_launch_azimuth { local launch_vector_y_component is target_orbit_velocity * cos(inertial_azimuth). return arctan2(launch_vector_x_component, launch_vector_y_component). } - - -launch(100_000, 45).