DJI Mobile SDK Documentation

      class DJIGimbalControlParametersAutoTuningState

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

      This class provides gimbal's control parameters auto-tuning state.

      Class Members:
      Control Parameters Auto Tuning Status
      property
      property controlParametersAutoTuningStatus
      @property (nonatomic, readonly) DJIGimbalControlParametersAutoTuningStatus controlParametersAutoTuningStatus
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      The control parameters auto tuning status.

      See Also:

      DJIGimbalControlParametersAutoTuningStatus

      Progress
      property
      property progress
      @property (nonatomic, readonly) NSUInteger progress
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Gimbal's control parameters auto-tuning progress in percentage.

      Check Load Installed
      property
      property isLoadInstalled
      @property (nonatomic, readonly) BOOL isLoadInstalled
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Checks if the load has been installed.

      Check Gimbal Attitude
      property
      property isBaseAttitudeNormal
      @property (nonatomic, readonly) BOOL isBaseAttitudeNormal
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Checks if the attitude of gimbal base is normal. Returns NO if the base is not placed horizontally.

      Check Gyro Drift
      property
      property isGyroDriftNormal
      @property (nonatomic, readonly) BOOL isGyroDriftNormal
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Checks if gyro drift is normal. Returns NO if the gyro drift is too large.

      Check Joint Angle Deviation
      property
      property isJointAngleDeviationNormal
      @property (nonatomic, readonly) BOOL isJointAngleDeviationNormal
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Checks if joint angle deviation is normal. Returns NO if the joint angle deviation is high.

      Rotational Inertia On Roll
      property
      property rotationalInertiaOnRoll
      @property (nonatomic, readonly) DJIGimbalRotationalInertiaState rotationalInertiaOnRoll
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Rotational inertia on roll axis.

      See Also:

      DJIGimbalRotationalInertiaState

      Rotational Inertia On Pitch
      property
      property rotationalInertiaOnPitch
      @property (nonatomic, readonly) DJIGimbalRotationalInertiaState rotationalInertiaOnPitch
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Rotational inertia on pitch axis.

      See Also:

      DJIGimbalRotationalInertiaState

      Rotational Inertia On Yaw
      property
      property rotationalInertiaOnYaw
      @property (nonatomic, readonly) DJIGimbalRotationalInertiaState rotationalInertiaOnYaw
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Rotational inertia on yaw axis.

      See Also:

      DJIGimbalRotationalInertiaState

      Stiffness On Roll
      property
      property stiffnessOnRoll
      @property (nonatomic, readonly) DJIGimbalAxialStiffnessState stiffnessOnRoll
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Stiffness on roll axis.

      See Also:

      DJIGimbalAxialStiffnessState

      Stiffness On Pitch
      property
      property stiffnessOnPitch
      @property (nonatomic, readonly) DJIGimbalAxialStiffnessState stiffnessOnPitch
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Stiffness on pitch axis.

      See Also:

      DJIGimbalAxialStiffnessState

      Stiffness On Yaw
      property
      property stiffnessOnYaw
      @property (nonatomic, readonly) DJIGimbalAxialStiffnessState stiffnessOnYaw
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      Stiffness on yaw axis.

      See Also:

      DJIGimbalAxialStiffnessState

      Check if Roll Locked
      property
      property isRollLocked
      @property (nonatomic, readonly) BOOL isRollLocked
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      YES if gimbal's roll axis is locked.

      Check if Pitch Locked
      property
      property isPitchLocked
      @property (nonatomic, readonly) BOOL isPitchLocked
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      YES if gimbal's pitch axis is locked.

      property
      property isYawLocked
      @property (nonatomic, readonly) BOOL isYawLocked
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      YES if gimbal's yaw axis is locked.

      Protecting Gimbal Motor Locked Rotor
      property
      property isProtectingGimbalMotorLockedRotor
      @property (nonatomic, readonly) BOOL isProtectingGimbalMotorLockedRotor
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      YES if gimbal motor is locked-rotor and is being protected.

      Check if Aircraft Motor On
      property
      property isAircraftMotorOn
      @property (nonatomic, readonly) BOOL isAircraftMotorOn
      Header:DJIGimbalControlParametersAutoTuningState.h
      Description:

      YES if the aircraft's motor is on.