class FollowMeMissionState
@EXClassNullAway final class FollowMeMissionState extends MissionState
|
Package: | dji.common.mission.followme |
Inherits From: | MissionState |
Description:
All the possible state of FollowMeMissionOperator
.
Class Members:
Members
final UNKNOWN
static final FollowMeMissionState UNKNOWN = new FollowMeMissionState("UNKNOWN")
|
Package: | dji.common.mission.followme |
Description:
The state of the operator is unknown. It is the initial state when the operator is just created.
final DISCONNECTED
static final FollowMeMissionState DISCONNECTED = new FollowMeMissionState("DISCONNECTED")
|
Package: | dji.common.mission.followme |
Description:
The connection between the mobile device and aircraft is lost.
final NOT_SUPPORTED
static final FollowMeMissionState NOT_SUPPORTED = new FollowMeMissionState("NOT_SUPPORTED")
|
Package: | dji.common.mission.followme |
Description:
The connected product does not support Follow Me mission.
final RECOVERING
static final FollowMeMissionState RECOVERING = new FollowMeMissionState("RECOVERING")
|
Package: | dji.common.mission.followme |
Description:
The connection between the mobile device and aircraft is built-up. The operator is synchronizing the state from the aircraft.
final NOT_READY
static final FollowMeMissionState NOT_READY = new FollowMeMissionState("NOT_READY")
|
Package: | dji.common.mission.followme |
Description:
The current state is not ready for uploading a mission.
final READY_TO_EXECUTE
static final FollowMeMissionState READY_TO_EXECUTE = new FollowMeMissionState("READY_TO_EXECUTE")
|
Package: | dji.common.mission.followme |
Description:
The operator is ready to start a Follow Me mission.
final EXECUTING
static final FollowMeMissionState EXECUTING = new FollowMeMissionState("EXECUTING")
|
Package: | dji.common.mission.followme |
Description:
The mission execution is started successfully.
final GOT_STUCK
static final FollowMeMissionState GOT_STUCK = new FollowMeMissionState("GOT_STUCK")
|
Package: | dji.common.mission.followme |
Description:
The mission execution is not executing successfully.