DJIFollowMeMissionExecutionState
enum DJIFollowMeMissionExecutionState : uint8_t {}
All possible follow me mission execution states.
-
The mission is currently being initialized (uploaded to the aircraft).
Declaration
Objective-C
DJIFollowMeMissionExecutionStateInitializing -
The aircraft is currently moving.
Declaration
Objective-C
DJIFollowMeMissionExecutionStateMoving -
The mission is currently waiting to continue. This will happen if the follow me coordinate is not updated in 6 seconds, or the GPS signal quality is poor or broken.
Declaration
Objective-C
DJIFollowMeMissionExecuteStateWaiting
View on GitHub
DJIFollowMeMissionExecutionState Enum Reference