RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
## 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...
**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...
**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...
**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...
## Pull request type - [ v] Code changes (bugfix, features) ## Checklist - [ v] Tests for the changes have been added (if needed) - [ v] Docs have...
**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...
**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...
## Pull request type - [ ] Code changes (bugfix, features) - [ ] Code maintenance (refactoring, formatting, tests) - [ ] ReadMe, Docs and GitHub updates - [ ]...
**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...
**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...