ysoldak / HeadTracker

Zero configuration, auto-calibrating wireless DIY Head Tracker, for Nano 33 BLE and XIAO BLE Sense boards
The Unlicense
58 stars 8 forks source link

Board orientation #9

Closed ysoldak closed 3 years ago

ysoldak commented 3 years ago

This change de-couples camera pan, tilt and roll angles from board pitch, roll and yaw angles.

Since the board can be attached quite differently on user's goggles/strap, different board rotation axes would correspond to different camera rotation axes. From now, the board will simply transmit its orientation via trainer channels, and user have to map them accordingly to camera servo channels.

Also