ENH: Full support for multi-stage rockets #662
Labels
Enhancement
New feature or request, including adjustments in current codes
Flight
Flight Class related features
RocketPy already allows you to run mult-stage rocket simulations. However, we all now it is not an easy task. Let's improve user's experience with this feature request.
We can divide this task into 3 main blocks:
Stage
classRocket
Details of each part:
add_surfaces
andadd_motor
.Rocket.stages: list[Stage]
should be createdFlightEvents
enum.Breaking changes (postponed to future versions):
Additional requirements:
The text was updated successfully, but these errors were encountered: