alfonsogonzalez / AWP

Astrodynamics with Python book, software, and videos. Spacecraft trajectory and attitude modeling and simulation
275 stars 67 forks source link

Implement rocket trajectory animation functionality for gravity turn rocket trajectories video #9

Closed alfonsogonzalez closed 2 years ago

alfonsogonzalez commented 2 years ago

The next few videos in the Rocket Trajectories video series will be covering gravity turn trajectories. This issue is to track the progress of implementing a few RocketTrajectoryAnimator classes (inheriting from the parent Animator class) to be used in the videos

alfonsogonzalez commented 2 years ago

Done, and a simulation video has been posted on YouTube: https://www.youtube.com/watch?v=wIpaFh09Aq4

Next up are the gravity turn trajectory videos, which will be using this software