-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Hi,
During preflight check we want to make sure that the compass is calibrated. We were previously using DJICompassCalibrationState to do this check but realized that this measurement is only working during the actual calibration process of the vehicle.
Now we're trying to use DJICompassSensorState, but from the documentation it is not clear which states are valid and which states are not (by "valid" I mean states in which the drone is calibrated and will be able to fly).
Could you provide clarification if this is the right way to check for compass calibration, and on which states we will get from the SDK if the vehicle compass is not calibrated, and which values we will get when the vehicle is calibrated?
Thank you in advance, any help is very appreciated.
