sparkfun / SparkFun_MPU-9250-DMP_Arduino_Library

Arduino library for the MPU-9250 enabling its digital motion process (DMP) features.
Other
227 stars 152 forks source link

dmpSetAccelBias is undefined #47

Open zjor opened 3 years ago

zjor commented 3 years ago

Hi, I'm trying to read RPY values but they are floating all the time. Is there any way to load calibrated values?

It seems there is a method: MPU9250_DMP::dmpSetAccelBias(long*) but there is no implementation.

Please provide a calibration example so that RPY values don't change when the IMU is standing still.

Thanks in advance!