help about word signification with LSM6DSO32
Hi all,
I'am working with a LSM6DSO32, and I try to implement AHRS algorithm to fuse gyro and accel data. In source code I have this line
FusionVector3 gyroscopeSensitivity = {
1.0f,
1.0f,
1.0f,
}; // replace these values with actual sensitivity in degrees per second per lsb as specified in gyroscope datasheetSo if I've understood well, for my LSM6DSO32 configure at 500dps, I have a sensitivity at 17.50 mdps/LSB, so mdps is milli degrees per second that's right ? So in my struct I have to replace 1.0f by 0.0175f am I right?
Thanks
