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 noticed that the method .rpy(order='xyz') from spatialmath outputs the same as .as_euler('zyx') from scipy.spatial.transform.Rotation and .rpy(order='zyx') the same as .as_euler('xyz').
Is there something wrong with the rpy() method or did I misunderstand how the order is interpreted by the function?
Best regards
Julien
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that the method .rpy(order='xyz') from spatialmath outputs the same as .as_euler('zyx') from scipy.spatial.transform.Rotation and .rpy(order='zyx') the same as .as_euler('xyz').
Is there something wrong with the rpy() method or did I misunderstand how the order is interpreted by the function?
Best regards
Julien
The text was updated successfully, but these errors were encountered: