RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
**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...
**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...
**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....
**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)...
**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...
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...
**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...
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...
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,...
**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...