RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
This is a simple output information that could be added
Hi, I hope this email finds you well. My name is Gregorio and I am using RocketPy to do trajectory simulation for competition rockets. I really appreciate all your work....
It is pretty simple, the user provides the name of the motor, we fetch the .eng file from the API and then generates a motor.
Something we all agreed that should be done when we finally get ready! Avoiding breaking changes with this is hard, but possible.
Needs to change the way we deal with overshooting in the Flight class.
This is a required change in the Flight class.
When setting na atmospheric model to "Forecast" or "Ensemble", rocketpy will usually download data from servers on the internet. Currently, by executing your code multiple times, the code would be...
Allow RocketPy to run a point-mass simulation (3DOF). Important aspects of this issue: * You should modify the flight class to add an option to run a simulation with 3DOF...
Improve tests and validate that the method is working properly
Something OpenRocket does pretty well is to provide a wide range of available motors already on the software. Maybe we could do something similar with .json files. There are 2...