tudat-team / tudat-multidoc

BSD 2-Clause "Simplified" License
3 stars 9 forks source link

Fixed spelling mistakes, added example and changed some examples. #68

Closed daanwitte99 closed 11 months ago

daanwitte99 commented 12 months ago

In ephemeris: Fixed spelling mistakes.

Tried adding the custom body example to the approximate_jpl_model() function by adding a cpp code block below the python code block. Check whether this works correctly in the API.

Changed Cartesian state and Keplerian state in constant() and keplerian() examples, to make more sense.

In environment Added RotationalEphemeris class and the corresponding body_fixed_to_inertial_rotation function. If this works correctly and the pull request is accepted, I can add the other functions corresponding to RotationalEphemeris.

DominicDirkx commented 11 months ago

FYI, below is a screenshot from my local build of the new docs, everything you added in the yaml file worked like a charm!

image