DJI Mobile SDK Documentation

      class DJIGimbalCoaxialityDetectionState

      @interface DJIGimbalCoaxialityDetectionState : NSObject
      Header:DJIGimbalCoaxialityDetectionState.h
      Inherits From:NSObject
      Description:

      This class provides current coaxiality detection information of the gimbal.

      Class Members:
      Coaxiality Detection Status
      property
      property coaxialityDetectionStatus
      @property (nonatomic, readonly) DJIGimbalCoaxialityDetectionProgressStatus coaxialityDetectionStatus
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      The coaxiality detection status.

      See Also:

      DJIGimbalCoaxialityDetectionProgressStatus

      property resultOnPitch
      @property (nonatomic, readonly) DJIGimbalDetectionResultOnAxis resultOnPitch
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      The Gimbal coaxiality detection result on pitch.

      See Also:

      DJIGimbalDetectionResultOnAxis

      property axisDeviationOnPitch
      @property (nonatomic, readonly) NSInteger axisDeviationOnPitch
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      The angle of the pitch axis deviates from the desired axis, and the counter-clockwise is positive.

      property
      property progress
      @property (nonatomic, readonly) NSInteger progress
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      The Gimbal's coaxiality detection progress percentage.

      property isAircraftStabilitySatisfied
      @property (nonatomic, readonly) BOOL isAircraftStabilitySatisfied
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      NO if aircraft stability does not meet requirements.

      property isAircraftMotorOn
      @property (nonatomic, readonly) BOOL isAircraftMotorOn
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      Turn off aircraft motor and run coaxiality detection again if this is YES.

      property isGimbalMotorOverloaded
      @property (nonatomic, readonly) BOOL isGimbalMotorOverloaded
      Header:DJIGimbalCoaxialityDetectionState.h
      Description:

      YES if the gimbal motor is overloaded. Unable to test normally.