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

@Gui-FernandesBR mentioned some candidates to be included in the utilities.py module being introduced in #108: > Environment.py: > `decimalDegressToArcSeconds(self, angle)` > > Flight.py: > `calculateFinFlutterAnalysis(self, finThickness, shearModulus)` > `exportPressures(self, fileName,...

Good first issue
Code architecture

**Is your feature request related to a problem? Please describe.** Sometimes it feels like the Flight.postProcess method is draining our time away. Everytime you need to evaluate one specific function...

Enhancement
Help wanted
Question
Code architecture
Flight

MRS is an awesome method which is available on https://github.com/Projeto-Jupiter/RocketPaper/tree/main/Multivariate%20Rejection%20Sampling , it would be easy to be implemented on RocketPy's repository and for a first moment I think utilities.py would...

Enhancement
Monte Carlo

**Is your feature request related to a problem? Please describe.** If we have a reaction wheel or a TVC is there a way we can be able to determine the...

Enhancement
Controllers

... Still lacking, although it's important

Good first issue
Docs

**Is your feature request related to a problem? Please describe.** Parachute trigger functions only have access to pressure and the state vector, without acceleration data. **Describe the solution you'd like**...

Enhancement
Good first issue
Parachute
Controllers

## Is your feature request related to a problem? Please describe. RocketPy supports parachute trigger functions, which can be quite nice to test ejection activation algorithms. **However, when running simple...

Enhancement
Good first issue
Parachutes

Currently we have calculation of Lif Coefficient in function of Mach Number for our fins, but in the future will be important having the same approach for the nosecone and...

Enhancement
Aerodynamics

Not so long ago, we had #140 solving bugs regarding airfoil implementation. It's true that now rocketpy is dealing very well with these non-flat fins, however I feel we could...

Good first issue