Skip to content

This is a simple 1D drag controller simulation designed to help a simple rocket reliably reach a desired altitude.

License

Notifications You must be signed in to change notification settings

jdmillard/rocket-altitude

Repository files navigation

1D Python Rocket Simulation

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

  1. Install Python library dependencies:

    pip3 install numpy
    pip3 install pyqtgraph
    pip3 install PyQt5
  2. Run the simulator

    python3 main.py

About

This is a simple 1D drag controller simulation designed to help a simple rocket reliably reach a desired altitude.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •