RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
**Is your feature request related to a problem? Please describe.** We already implemented this in another repository, it is just about polishing and adapting the code to be here. **Describe...
**Is your feature request related to a problem? Please describe.** Since we no longer support python 3.7, we don't need to keep our own implementation of the cached_property decorator. **Describe...
**Is your feature request related to a problem? Please describe.** Currently the Environment class practices a bad retry by iterating inside a while loop to catch API response within a...
## Pull request type - [X] Code changes (bugfix, features) ## Checklist - [ ] Tests for the changes have been added (if needed) - [X] Docs have been reviewed...
**Is your feature request related to a problem? Please describe.** The current EmptyMotor class is a hardcoded class which comes with a large TODO in its docstring. This approach is...
**Is your feature request related to a problem? Please describe.** More and more teams keep asking us about RocketPy performance. More specifically, they usually want to compare rocketpy simulations against...
**Is your feature request related to a problem? Please describe.** We have been using jupyter notebooks to create documentation pages for rocketpy since many years ago. A more modern way...
**Is your feature request related to a problem? Please describe.** Some rockets may present an avionics system measuring the rocket axial acceleration instead of the "ground reference" acceleration. RocketPy should...
**Is your feature request related to a problem? Please describe.** Due to its callbacks functions, RocketPy's `Flight` class allows to easily integrate with custom codes that are often used to...
**Is your feature request related to a problem? Please describe.** Visualizing the flight trajectory in a 3D plot is one of the key features of RocketPy. However, we currently do...