RiftCat / vridge-api

VRidge API is a way to read and write all head and motion controller tracking data used by VRidge.
https://riftcat.com/vridge
MIT License
53 stars 15 forks source link

REP code should be '3' (not '1') for Pitch/Yaw/Roll #5

Closed mungewell closed 7 years ago

mungewell commented 7 years ago

Another small documentation error: https://github.com/RiftCat/vridge-api/wiki/Head-Tracking-API#rep

When sending Pitch/Yaw/Roll as Float Radians, the code used should be '3', not '1' (which is for a matrix).

mungewell commented 7 years ago

Actually this is not a bug. The phone sends it's pitch/yaw/roll/etc data under '1' after being requested.

Sorry, Closing...