class TapFlyExecutionState
@EXClassNullAway class TapFlyExecutionState
Package: dji.common.mission.tapfly
Description:
This class provides the detailed state of a TapFly Mission that is executing.
Class Members:
method getDirection
Package: dji.common.mission.tapfly
Description:
The direction vector the aircraft is travelling in using the N-E-D (North-East-Down) coordinate system.
Return:
method getImageLocation
PointF getImageLocation ()
Package: dji.common.mission.tapfly
Description:
The image point from the video feed where the vision system should calculate the flight direction from. The image point is normalized to [0,1] where (0,0) is the top left corner and (1,1) is the bottom right.
Return:
method getSpeed
Package: dji.common.mission.tapfly
Description:
The real-time speed of the aircraft in m/s.
Return:
float A float value of speed.
method getBypassDirection
BypassDirection getBypassDirection ()
Package: dji.common.mission.tapfly
Description:
The direction the aircraft is moving around or bypassing an obstacle in. Will be NONE
if the aircraft is not executing an avoidance maneuver.
Return:
method getRelativeHeading
float getRelativeHeading ()
Package: dji.common.mission.tapfly
Description:
Aircraft's heading relative to the flight direction.
Return:
float A float value of relative heading.