RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

Next generation High-Power Rocketry 6-DOF Trajectory Simulation

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

**Is your feature request related to a problem? Please describe.** Exporting rocketpy classes to a json file is something that the user currently cannot do so easily. The `get_instance_attributes` (see...

Enhancement

**Is your feature request related to a problem? Please describe.** RocketPy test suite is currently very slow. Among other factors, this has to do with the fact that unit tests...

Tests

**Is your feature request related to a problem? Please describe.** After years using RocketPy, we already know what are common errors and mistakes that usually new users tends to do....

Enhancement
Good first issue

**Describe the bug** When accessing the documentation of the `Rocket.addTrapezoidalFins` method. The docs that are built are not following the correct format. **To Reproduce** Just access the following link: (https://docs.rocketpy.org/en/latest/reference/classes/Rocket.html?highlight=addtrapezo#rocketpy.Rocket.Rocket.addTrapezoidalFins)...

Docs
Tests

**Is your feature request related to a problem? Please describe.** Currently, the flight simulation performs a frequency response analysis for the `attitude angle`, `omega1`, `omega2` and `omega3`. This analysis is...

Good first issue
Function
Flight

Entering distances/positions in any Rocket simulator is the worst part of the experience... If we have detailed CAD models of our rockets, why aren't we using them to retrieve such...

Enhancement

**Is your feature request related to a problem? Please describe.** The current supported nosecone kinds are: conical, ogive, lvhaack, tangent, vonkarman, elliptical, parabolic. The parabolic shape is just one particular...

Enhancement
Good first issue
Aerodynamics

While the Environment class, the Motor class and the Rocket class have been refactored significantly since the first implementation, the Flight class has mainly stayed the same. Now, it is...

Flight

Current High Power Rockets are already reaching the Karman line... soon, they will be entering orbits as well, it is just a matter of time. We need to be prepared,...

Flight

**Is your feature request related to a problem? Please describe.** A lot of code repetition inside the private _MotorPrints class and similar. **Describe the solution you'd like** Make the same...

Good first issue
Motors
Outputs