Skip to content

Commit e375ec7

Browse files
Merge pull request #40 from lucasfourier/Updating_TODO
Update TODO.md to add modified equations of motion supporting hybrid and liquid rockets.
2 parents 6e7dbc1 + 62c5a35 commit e375ec7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | -------------------------------- |
55
| Rail Buttons | Finish rail buttons implementation, allowing for the calculation of loads they carry during launch. | Easy | Basic Dynamics |
66
| Plane Motion Flight Phase | Modified dynamics equations. | Hard | Advanced Dynamics |
7+
| Hybrid/Liquid Motor | Derive the equations of motion for non-constant propellant center of mass. | Hard | Advanced Dynamics. |
78
| Custom Aerodynamic Surfaces | Create a new method in the Rocket Class that allows for custom aerodynamic coefficients such as Drag, Lift and Moment. | Easy | Basic Dynamics and Aerodynamics |
89
| Multibody Dynamics Parachute Flight Phase | Currently, descent under parachute is simulated as a 3 degree of freedom (DOF) system. However, parachutes can and should be modeled separately from the rocket, creating a 6 (DOF) system, 2 for the parachute (spherical constrain) and 3 for the rocket. This can greatly enhance the prediction of the landing point. | Hard | Dynamics |
910
| Graphical User Interface | Desktop or Web graphical interface that can be used to run RocketPy in a more user friendly way, possibly also writing the code so the user can learn how to used RocketPy as a module as well. | Medium | None |

0 commit comments

Comments
 (0)