You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I would like to make a feature request for converting and instantiating SO3 objects to and from different euler angle conventions.
This proposal could replace SO3.from_rpy_radians with SO3.from_euler_radians, and similarly for SO3.as_rpy_radians. This new method could have a “convention” optional argument, which specifies the sequence of rotations. It could follow from the from_euler and as_euler methods here: https://jax.readthedocs.io/en/latest/_autosummary/jax.scipy.spatial.transform.Rotation.html
The text was updated successfully, but these errors were encountered:
I won’t be able to get to it for a little while as well. Will try to take a stab at it sometime this month! If you want to give it a shot before I get to it, that would be awesome.
Hello! I would like to make a feature request for converting and instantiating
SO3
objects to and from different euler angle conventions.This proposal could replace
SO3.from_rpy_radians
withSO3.from_euler_radians
, and similarly forSO3.as_rpy_radians
. This new method could have a “convention” optional argument, which specifies the sequence of rotations. It could follow from thefrom_euler
andas_euler
methods here: https://jax.readthedocs.io/en/latest/_autosummary/jax.scipy.spatial.transform.Rotation.htmlThe text was updated successfully, but these errors were encountered: