-
Notifications
You must be signed in to change notification settings - Fork 5
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 do I test for IMU and compass errors? #27
Comments
private Evo2FlyController flyController; |
now way to mock abnormal condition caused to the hardware |
FlyControllerManager2.getInstance().startImuCalibration(new CallbackWithOneParam() {
|
How do I determine if there is an error or if calibration is needed? Do I only need to check the following in order to fly?
|
@AutelSDK |
We would like to use the SDK to determine if the IMU and Compass are normal or abnormal.
Normal conditions could be tested.
However, I do not know how an abnormal condition can be intentionally caused to the hardware and test them.
Thank you.
The text was updated successfully, but these errors were encountered: