RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

Next generation High-Power Rocketry 6-DOF Trajectory Simulation

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

## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [x] Tests for the changes have been added (if needed) - [x] Docs have been reviewed and...

Enhancement
Function

**Describe the bug** Incorrect/incomplete documentation of the Environment class's \_\_init__ method. **To Reproduce** Open environment.py and go to the \_\_init__ method (also [here](https://docs.rocketpy.org/en/latest/_modules/rocketpy/environment/environment.html#Environment.__init__)) **Expected behavior** Correct (no reference to launch...

Docs
Environment

**Is your feature request related to a problem? Please describe.** This issue was born in the #558 PR, please read it first. The `ref_factor` is important to correctly associate aero...

Refactor

**Describe the bug** Take a look the method's definition. As the liquid motors do not have propellant grains, this method will fail. **To Reproduce** Create a liquid motor and try...

Bug
Good first issue
Motors

## Pull request type - [ v] Code changes (bugfix, features) ## Checklist - [ v] Tests for the changes have been added (if needed) - [ v] Docs have...

Refactor

**Is your feature request related to a problem? Please describe.** Some new badges could be added to our README, for example: **Describe the solution you'd like** - Suportted python version...

Good first issue
Docs

**Is your feature request related to a problem? Please describe.** Currently, accessing reanalysis models is quite challenging and usually requires external files. Furthermore, loading forecasts from GFS requires heavy libraries...

Environment

## Pull request type - [ ] Code changes (bugfix, features) - [ ] Code maintenance (refactoring, formatting, tests) - [ ] ReadMe, Docs and GitHub updates - [ ]...

Enhancement
Aerodynamics

**Is your feature request related to a problem? Please describe.** It's annoying to see 6 different plots describing the inertia tensor of a motor or a rocket. Since the measurement...

Enhancement
Good first issue
Outputs

**Is your feature request related to a problem? Please describe.** Mutating Function objects is magical because sometimes we need to do some particular operations with them. This issue requests two...

Enhancement
Good first issue
Function