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
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
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