agwoska / hexiwear_apps

Implementations using Hexiwear
1 stars 0 forks source link

Roll and Pitch Fix #6

Closed agwoska closed 2 years ago

agwoska commented 2 years ago

As a user, I want the roll and pitch calculations to both be correct so all calculations are correct and not just one at a time.

Background Information

Only one - roll or pitch - work at any given time controlled by the the RESTRICT_PITCH constant defined in Hexi_Kalman/main.h. This needs to be corrected as they directly impact the Yaw calculation at the moment.

Acceptance Criteria