tudat-team / tudat-space

An introduction and guide to tudat-space.
https://tudat-space.readthedocs.io
14 stars 17 forks source link

Update how to access body properties from environment #60

Closed gaffarelj closed 2 years ago

gaffarelj commented 2 years ago

On this page, the old ways to access the properties of a body (get_position(), get_velocity(), get_body_mass(), should all be updated to reflect the new ways as from the API docs (Body.position, Body.velocity, Body.mass).

gaffarelj commented 2 years ago

I am closing this since this content is being replaced in the (now much more extensive) docs about environment from #71