Open azazellochg opened 2 years ago
Hi @azazellochg By chance I saw you linked the issue with matrix2eulerAngles. Give a try this solution:
from scipy.spatial.transform import Rotation
rot, tilt, psi = Rotation.from_matrix(T).inv().as_euler('ZYZ', degrees=True)
Cheers