RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
@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,...
**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...
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...
**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...
... Still lacking, although it's important
**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**...
## 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...
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...
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...