sot / Quaternion

Quaternion manipulation
https://sot.github.io/Quaternion
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Add from_attitude class method for more permissive init #39

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Description

This allows more permissive initialization of a Quaternion for cases when the input is known to be an attitude (instead of e.g. a 3x3 transform).

Testing

taldcroft commented 3 years ago

Thanks, I think I addressed all comments.