public final enum

DJIFlightControllerRemoteControllerFlightMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.flightcontroller.DJIFlightControllerRemoteControllerFlightMode

Class Overview

Flight modes that map to the flight mode switch on the remote controller.

Summary

Enum Values
DJIFlightControllerRemoteControllerFlightMode  Attitude mode. 
DJIFlightControllerRemoteControllerFlightMode  Function flight mode. 
DJIFlightControllerRemoteControllerFlightMode  Gentle flight mode. 
DJIFlightControllerRemoteControllerFlightMode  Manual control mode. 
DJIFlightControllerRemoteControllerFlightMode  Positioning mode. 
DJIFlightControllerRemoteControllerFlightMode  Sport flight mode. 
Public Methods
static DJIFlightControllerRemoteControllerFlightMode valueOf(String name)
final static DJIFlightControllerRemoteControllerFlightMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIFlightControllerRemoteControllerFlightMode A

Attitude mode. The GNSS and Vision Positioning Systems are not used for positioning. The aircraft only uses the barometer to maintain altitude. If receiving a GNSS signal, the aircraft can automatically return home if the Remote Controller signal is lost and if the Home Point has been recorded successfully.

public static final DJIFlightControllerRemoteControllerFlightMode F

Function flight mode. Intelligent flight missions are only activated in this mode by flight controller firmware version 3.0.0.0.

public static final DJIFlightControllerRemoteControllerFlightMode G

Gentle flight mode. In this mode, the aircraft cannot fly 30 meters (98 feet) higher and beyond the recorded Home Point in this flight mode.

public static final DJIFlightControllerRemoteControllerFlightMode M

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.

public static final DJIFlightControllerRemoteControllerFlightMode P

Positioning mode. GNSS and Vision Positioning Systems are used for positioning if they are available. For products without F mode, intelligent functions such as missions and intelligent orientation control can be performed in P-mode.

public static final DJIFlightControllerRemoteControllerFlightMode S

Sport flight mode. The handling gain values of the aircraft are adjusted in order to enhance the maneuverability of the aircraft in the sport mode. Not support intelligent mission.

Public Methods

public static DJIFlightControllerRemoteControllerFlightMode valueOf (String name)

public static final DJIFlightControllerRemoteControllerFlightMode[] values ()