An Arduino Library for the BNO080 IMU combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms.
Other
81
stars
62
forks
source link
Fix the Q point used for heading accuracy estimate. #40
Per the SH2 manual, Section 6.5.18 Rotation Vector (0x05)
"In addition an estimate of the heading accuracy is reported. The units for the accuracy estimate are radians. The Q point is 12."
This code change gives a heading error estimate of about π (Pi) radians for an uncalibrated BNO080.
Per the SH2 manual, Section 6.5.18 Rotation Vector (0x05) "In addition an estimate of the heading accuracy is reported. The units for the accuracy estimate are radians. The Q point is 12."
This code change gives a heading error estimate of about π (Pi) radians for an uncalibrated BNO080.