ahrs icon indicating copy to clipboard operation
ahrs copied to clipboard

help where is z axis?

Open 43998213 opened this issue 2 years ago • 0 comments

ekf = EKF(gyr=gyr_data, acc=acc_data) ekf.Q.shape (1000, 4)

i tried : r = math.atan2(2*(wx+yz),1-2*(xx+yy)) p = math.asin(2*(wy-zz)) y = math.atan2(2*(wz+xy),1-2*(zz+yy))

angleR = r180/math.pi angleP = p180/math.pi angleY = y*180/math.pi but angleY are 0 any help will be thanks

43998213 avatar Jul 31 '21 11:07 43998213