tudat-team / tudatpy-examples

Collection of examples showcasing Tudatpy functionalities. They can be run on mybinder.org as well.
https://tudat-space.readthedocs.io/en/latest/
4 stars 15 forks source link

Add a rotational dynamics example #7

Open gaffarelj opened 2 years ago

gaffarelj commented 2 years ago

An example should be added that demonstrated how to propagate rotational dynamics. Ideally, the followings should be included:

gaffarelj commented 2 years ago

This example will be useful to test/showcase new functions to visualise the orientation history of a vehicle.

This example should be split in two distinct examples: one with the propagation of a body such as a moon, and one with the propagation of a vehicle (for instance the rotational propagation of a satellite in an elliptic orbit, then the same but adding translational dynamics propagation).

Before starting implementing this example, the upcoming orientation refactoring should be finished first.