top of page
kerbal%20space%20program_edited.jpg

PYTHON ROCKET TO ORBIT IN KERBAL SPACE PROGRAM

A Rocket That Can Automatically Fly Into Orbit Via Python Scripting

Development Time Frame: December 2020 - February 2021


Description:

This is a Python program to bring the Phoenix rocket (labelled with the Orbit Rocket craft file name on the GitHub repository) in orbit in Kerbal Space Program. The Phoenix rocket is a two-stage rocket running on liquid fuel propellant.


To run this KSP kRPC Python program you need:

- Kerbal Space Program (tested in 1.5.1)

- kRPC 0.4.8 (https://github.com/krpc/krpc/releases/download/v0.4.8/krpc-0.4.8.zip)

  Use the install guide on https://krpc.github.io/krpc/getting-started.html

- The Python client library (https://pypi.org/project/krpc/)

- Python 3.9.1 (https://www.python.org/downloads/release/python-391/)

bottom of page