java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIFlightControllerRemoteControllerFlightMode |
Flight modes that map to the flight mode switch on the remote controller.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIFlightControllerRemoteControllerFlightMode | A | Attitude mode. | |||||||||
DJIFlightControllerRemoteControllerFlightMode | F | Function flight mode. | |||||||||
DJIFlightControllerRemoteControllerFlightMode | G | Gentle flight mode. | |||||||||
DJIFlightControllerRemoteControllerFlightMode | M | Manual control mode. | |||||||||
DJIFlightControllerRemoteControllerFlightMode | P | Positioning mode. | |||||||||
DJIFlightControllerRemoteControllerFlightMode | S | 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
|
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.
Function flight mode. Intelligent flight missions are only activated in this mode by flight controller firmware version 3.0.0.0.
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.
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.
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.
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.