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

Currently, the static margin calculation is performed during the simulation, which is unnecessary and potentially inefficient. This calculation should be deferred and performed only when it is explicitly needed. This...

Enhancement
Aerodynamics
Refactor

**Is your feature request related to a problem? Please describe.** Our rocketry club wants to use the power-on and power-off drag callable parameters, but right now the only input is...

Question
Aerodynamics

**Is your feature request related to a problem? Please describe.** I'm using rocketpy to test airbrake control code that will eventually fly on a rocket. One thing I am working...

## Description of the Issue The `TankGeometry` class has the input parameter `radius` which is not saved on its `__init__` as it is part of the standard of other `rocketpy`...

Refactor

**Is your feature request related to a problem? Please describe.** Python 3.10, when released in 2021, introduced the [match pattern operator](https://docs.python.org/3.10/whatsnew/3.10.html#pep-634-structural-pattern-matching), which is an equivalent to `switchers` that we see...

**Is your feature request related to a problem? Please describe.** With RocketPy getting more into multi-stage rockets, an acceptance test to verify the reliability of multi-stage simulations would be a...

Enhancement
Tests
Flight

I'm trying to simulate how the cross wind affects to the trajectory, this way I want to analyze in the extreme cases if the rocket will go out of the...

Bug
Environment
Flight

**Is your feature request related to a problem? Please describe.** As discussed [here](https://github.com/RocketPy-Team/RocketPy/issues/281#issuecomment-2462501309) by @aureliobarbosa, cloning the RocketPy repo currently consumes more more than 1GB. This is probably due to...

Git housekeeping

**Is your feature request related to a problem? Please describe.** Add Spherical Earth **Describe the solution you'd like** Add Spherical Earth, Earth centered inertial coordinates **Additional context**

Enhancement
Environment
Flight