RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

Next generation High-Power Rocketry 6-DOF Trajectory Simulation

Results 194 RocketPy issues
Sort by recently updated
recently updated
newest added

**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...

Enhancement
Environment

**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...

Good first issue
Refactor

**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...

Enhancement
Good first issue
Environment

## 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...

Motors
Refactor

**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...

Enhancement
Good first issue

**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...

Docs

**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...

Enhancement
Good first issue
Flight

**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...

Docs

**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...

Enhancement
Good first issue
Flight