This is a basic rocket simulation demonstrating the concept of altitude trajectory control. This simulation assumes the rocket flies perfectly vertical to satisfy the 1-dimensional constraint. Thus (with no wind) airspeed and vertical velocity are the same.
Author: Jeffrey Millard
-
Install Python library dependencies:
pip3 install numpy pip3 install pyqtgraph pip3 install PyQt5
-
Run the simulator
python3 main.py