https://github.com/werocketry/rocketflightsim
RocketFlightSim (RFS) is a light-weight flight simulator for experimental rockets.
https://github.com/werocketry/rocketflightsim
flight-simulator rocket rocketry
Last synced: 11 months ago
JSON representation
RocketFlightSim (RFS) is a light-weight flight simulator for experimental rockets.
- Host: GitHub
- URL: https://github.com/werocketry/rocketflightsim
- Owner: werocketry
- License: mit
- Created: 2024-04-09T17:30:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T02:58:22.000Z (about 1 year ago)
- Last Synced: 2025-04-19T16:17:18.708Z (11 months ago)
- Topics: flight-simulator, rocket, rocketry
- Language: Python
- Homepage: https://www.werocketry.com/
- Size: 54 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RocketFlightSim
RocketFlightSim (RFS) is a lightweight 3-DOF rocket flight simulator. Simulation capabilities include:
- Simulation of single and multi-stage rockets from ignition to landing
- A comprehensive environment model for tropospheric flight
- The option to add simple airbrakes to a rocket to induce drag
RFS is designed to be simple to use, understand, and modify, with the goal of providing a platform for students and hobbyists to learn about rocket flight dynamics and simulation. Emphasis is placed on computational efficiency, with the goal of being lightweight enough to run real-time during flight on an onboard microcontroller.
Note that RFS runs fastest on Python 3.13 due to its JIT compilation capabilities.