Haseo

Results 2 issues of Haseo

Hi i tried using MPU9250_DMP_Quaternion sketch and get good value with yaw, but i have a little problem how to do make yaw relative earth north, i observe roll and...

In the method of ``` private Matrix[] UnscentedTransform(Matrix X, Matrix Wm, Matrix Wc, int n, Matrix R) { int L = X.ColumnCount; Matrix y = Matrix.Build.Dense(n, 1, 0); Matrix Y...