TriadSemi / triad_openvr

This is an enhanced wrapper for the already excellent pyopenvr library by cmbruns. The goal of this library is to create easy to use python functions for any SteamVR tracked system.
160 stars 54 forks source link

convert_to_euler gives incorrect angle output. The 3x3 rotation matrix block should be tranposed #10

Open adamziek opened 5 years ago

adamziek commented 5 years ago

The conversion from the 3d rotation matrix here is incorrect. The 3x3 rotation matrix block should first be transposed before applying the standard formulae for yaw, pitch, roll extraction

chopin1998 commented 5 years ago

Do you know the detailed process?