galactics / beyond

Flight Dynamic Library
MIT License
49 stars 8 forks source link

Retrieval of frame transformation matrix #6

Closed galactics closed 3 years ago

galactics commented 8 years ago

When performing a frame transformation, it should be possible to get the complete transformation matrix, in order to use it in other computation (i.e. covariance matrix, attitude, etc.)

galactics commented 3 years ago

That's now doable by using the Orientation.convert_to() method