-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to calibrate the IMU? #2
Comments
Hi @shujaatak the IMU calibration is something that relies on the library you are using for the IMU not to the filter to get the data This is an example of the calibration you could use for the MPU9250 with the library i use https://github.com/bolderflight/MPU9250/blob/master/README.md#calibration-functions |
Hi, can you explain a little bit further how do you obtain the graphics for the filtered data. Are you using Processing? if so, which is the sketch? Also, what is the output of the "Euler Data"? For example, is the YAW measured in angles? |
The function get*() returns angles, meanwhile the functions get*Radiant() returns radiants Which graphics do you mean? |
Hi, thanks for the reply. Several questions here if you don't mind...
int calibrateMag()
Thank you so much! PD> By the way, I am using your library with Wire, so I've changed these lines: |
|
ok, I just wanted to confirm that your script doesnt come with a calibration routine. How do I include them? thanks! #include "MPU9250.h" |
you are trying to run the same code for the MCU to a computer, run the code in the extra folder, how it is explained in the readme |
Can you mention how to calibrate the IMU please?
The text was updated successfully, but these errors were encountered: