interface Callback |
| Package: | dji.common.flightcontroller.imu |
Callback interface that is used to receive IMU state from flight controller.
void onUpdate(@NonNull IMUState state) |
| Package: | dji.common.flightcontroller.imu |
| SDK Key: | FlightControllerKey.IMU_STATE |
Called when the flight controller pushes an IMU state update. The callback method would not be called if the aircraft is flying.
| @NonNull IMUState state | Information about the IMU state pushed by the flight controller. |
{{searchCount}} Results