Rotation Angles

Hi,

I just wanted to verify :
Are the rotation angles reported in shots.geojson OPK in this order or YPR?

angles

Thanks

2 Likes

Neither; that’s an axis-angle vector representation of the rotation matrix (in UTM space).

You can use OpenCV’s cv2.Rodrigues to compute the actual rotation matrix.

3 Likes

ok understood.
Thank you @pierotofy

2 Likes