Hi!
I'm relying on the magnetometer for my application. However, its current outputs are not useful, e.g.
- Just restarting the cam gives magnetometer values of +-10 degrees difference
- When driving around and rotating, the values drift
- I'm comparing to course over ground and it almost never aligns (when going straight)
I'd want to calibrate the magnetometer using tutorials as such:
(8) How to Calibrate a Magnetometer | Digi-Key Electronics - YouTube
However, I'm unsure where I could add these values such that the IMU can use that for its own computation. E.g., I want the rotation vector from the IMU which is computed on the IMU I believe. Is there a way to do that?
Thanks a lot!