DJIFlightControllerControlMode

enum DJIFlightControllerControlMode : uint8_t {}

Control mode of the flight controller. It determines how the pilot can control the aircraft. It is only supported by A3. By default, it is in smart control mode.

  • Smart control mode. The aircraft can stabilize its altitude and attitude in manual mode.

    Declaration

    Objective-C

    DJIFlightControllerControlModeSmart
  • Manual control mode. The aircraft will not stabilize its altitude and attitude in manual mode. This mode is for advanced pilots only, and should only be used when the pilot understands the risk of operating in this mode. Any damage to the product when operating in this mode will not be covered under warranty.

    Declaration

    Objective-C

    DJIFlightControllerControlModeManual
  • Unknown control mode.

    Declaration

    Objective-C

    DJIFlightControllerControlModeUnknown = 255