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
Could someone explain to me why the IMU measurements on the y-axis are sent with a gegative sign to the Madgwick filter. And why for the visualization the Euler angles are sent are also a negative sign?
imu.updateMadgwickQuaternion(gx * PI / 180.0f , -gy * PI / 180.0f , gz * PI / 180.0f , ax, -ay, az, -mx, -my, mz);
Could someone explain to me why the IMU measurements on the y-axis are sent with a gegative sign to the Madgwick filter. And why for the visualization the Euler angles are sent are also a negative sign?
imu.updateMadgwickQuaternion(gx * PI / 180.0f , -gy * PI / 180.0f , gz * PI / 180.0f , ax, -ay, az, -mx, -my, mz);
The text was updated successfully, but these errors were encountered: