You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AP_TECS: avoid use of cosphi_squared dcm matrix trick
Issue #7817 pointed out that the order in which we are retrieving the euler angles from the transformation matrix is incorrect.
Testing shows that there is a discrepancy between these values and the values retrieved directly from the AHRS.
Since we are simply attempting to retrieve the roll angle, extract it directly from the AHRS.
Co-authored-by: George Zogopoulos <[email protected]>
0 commit comments