Skip to content

Instantly share code, notes, and snippets.

@rgioai
rgioai / launch_inc.ks
Created September 17, 2016 20:40
kOS Script for Kerbal Space Program that uses vectors to launch a craft into a target's orbital plane, minimizing the delta-v required for inclination changes.
//launch_inc.ks
//Author: Ryan Giarusso
//kOS Version: 0.17 (last tested version is not current version! Use at your own risk!)
//First Created: 01MAY2016
//Last Updated: 17SEP2016
//Description: Launches craft into a target orbital plane to a specified apoapsis, using timewarp.
//Honest Admission: The interesting stuff is on lines 136-145 and 166-169. The rest is just a launch script based heavily
// on the work of @KK4TEE and @gisikw. Thanks guys!