Teaching tool — not operational software

🚀 RocketDynamicsLab

A graduate-level lab in six-degree-of-freedom rigid-body flight dynamics.

Built around one required reading: Khalil, Abdalla & Kamal, "Trajectory Prediction for a Typical Fin Stabilized Artillery Rocket," ASAT-13-FM-04 (2009). This site indexes the course documentation. Code, GUI, and tests live in the GitHub repository.

🚀 Try the live interactive lab  — run full 6-DOF trajectories in your browser, nothing to install.

Course documents

Note: GitHub Pages serves the raw markdown files above as plain text unless rendered. For the best reading experience, browse these files directly on GitHub (renders Markdown natively), or see the project wiki for a narrative walkthrough and full user manual.

Quick start

git clone https://github.com/timeout187/RocketDynamicsLab.git
cd RocketDynamicsLab
pip install -r requirements.txt
streamlit run src/gui/app.py