RocketPy Documentation#
Version: 1.6.1
Useful links: Installation | Source Repository | Issue Tracker | Q&A Support |
RocketPy is the next-generation trajectory simulation solution for High-Power Rocketry. The code is written as a Python library and allows for a complete 6 degrees of freedom simulation of a rocket’s flight trajectory, including high-fidelity variable mass effects as well as descent under parachutes. Weather conditions, such as wind profiles, can be imported from sophisticated datasets, allowing for realistic scenarios. Furthermore, the implementation facilitates complex simulations, such as multi-stage rockets, design and trajectory optimization and dispersion analysis.
Getting started
Simulating your first rocket? Check out the Beginner’s Guide. It contains an introduction to RocketPy main concepts and walks you through the process of setting up a simulation.
User guide
The user guide provides in-depth information on RocketPy functionalities with useful background information and explanation.
API reference
The reference guide contains a detailed description of RocketPy modules. Here it is described how the methods work and which parameters can be used. It assumes that you already have an understanding of key concepts.
Contributor’s guide
Want to contribute to RocketPy source code? The contributing guidelines will guide you through the process of improving RocketPy.