pub enum FlightMode {
Show 39 variants
Manual,
Atti,
AttiCourseLock,
AttiHover,
Hover,
GPSBlake,
GPSAtti,
GPSCourseLock,
GPSHomeLock,
GPSHotPoint,
AssistedTakeoff,
AutoTakeoff,
AutoLanding,
AttiLanding,
GPSWaypoint,
GoHome,
ClickGo,
Joystick,
GPSAttiWristband,
Cinematic,
AttiLimited,
Draw,
GPSFollowMe,
ActiveTrack,
TapFly,
Pano,
Farming,
FPV,
GPSSport,
GPSNovice,
ConfirmLanding,
TerrainTracking,
NaviAdvGoHome,
NaviAdvLanding,
Tripod,
TrackHeadlock,
EngineStart,
GPSGentle,
Unknown(u8),
}Variants§
Manual
Manual mode. Shown as Manual in DJI app.
Atti
Attitude mode. Shown as Atti in DJI app.
AttiCourseLock
Attitude course lock mode. Shown as Atti in DJI app.
AttiHover
Attitude hover mode. Shown as Atti in DJI app.
Hover
Hover mode. Shown as P-GPS in DJI app.
GPSBlake
GPS blake mode. Shown as P-GPS in DJI app.
GPSAtti
GPS Attitude mode. Shown as P-GPS in DJI app.
GPSCourseLock
GPS course lock mode. Shown as CL/P-CL/F-CL in DJI app.
GPSHomeLock
GPS Home mode. Shown as HL/P-HL/F-HL in DJI app.
GPSHotPoint
GPS hotpoint mode. Show as POI/F-POI in DJI app.
AssistedTakeoff
Assisted takeoff mode. Shown as TakeOff in DJI app.
AutoTakeoff
Auto takeoff mode. Shown as TakeOff in DJI app.
AutoLanding
Auto landing mode. Shown as Landing in DJI app.
AttiLanding
Attitude landing mode. Shown as Landing in DJI app.
GPSWaypoint
GPS waypoint mode. Shown as WP/F-WP in DJI app.
GoHome
Go home mode. Shown as Gohome in DJI app.
ClickGo
Joystick
Joystick mode. hown as Joystick in DJI app.
GPSAttiWristband
Cinematic
AttiLimited
Attitude limited mode. Shown as Atti in DJI app.
Draw
Draw mode. Shown as Draw in DJI app.
GPSFollowMe
GPS follow me mode. Shown as FM/F-FM in DJI app.
ActiveTrack
ActiveTrack mode. Shown as ActiveTrack in DJI app.
TapFly
TapFly mode. Shown as TapFly in DJI app.
Pano
Farming
FPV
GPSSport
Sport mode. Shown as Sport in DJI app.
GPSNovice
ConfirmLanding
Confirm landing mode. Shown as Landing in DJI app.
TerrainTracking
The aircraft should move following the terrain. Shown as TerrainTracking in DJI app.
Tripod
Tripod mode. Shown as Tripod in DJI app.
TrackHeadlock
Active track mode, corresponds to Spotlight active track mode. Shown as QuickShot/ActiveTrack in DJI app.
EngineStart
The motors are just started. Shown as TakeOff in DJI app.
GPSGentle
Unknown(u8)
Trait Implementations§
Source§impl Clone for FlightMode
impl Clone for FlightMode
Source§fn clone(&self) -> FlightMode
fn clone(&self) -> FlightMode
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more