enum classafParrotSdk2::NavOption

sys::Obj
  sys::Enum
    afParrotSdk2::NavOption

@Serializable { simple=true }

Data options returned from the drone, see NavData. Unfortunately, NavOption data is not really documented in the Drone SDK so make of it what you may.

To tell the drone what data to return, see DroneAppConfig.navDataOptions.

adcDataFrame

Source

const static NavOption adcDataFrame := ...

altitude

Source

const static NavOption altitude := ...

demo

Source

const static NavOption demo := ...

eulerAngles

Source

const static NavOption eulerAngles := ...

flag

Source

Int flag()

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the NavOption instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

games

Source

const static NavOption games := ...

gps

Source

const static NavOption gps := ...

gyrosOffsets

Source

const static NavOption gyrosOffsets := ...

hdvideoStream

Source

const static NavOption hdvideoStream := ...

kalmanPressure

Source

const static NavOption kalmanPressure := ...

magneto

Source

const static NavOption magneto := ...

physMeasures

Source

const static NavOption physMeasures := ...

pressureRaw

Source

const static NavOption pressureRaw := ...

pwm

Source

const static NavOption pwm := ...

rawMeasures

Source

const static NavOption rawMeasures := ...

rcReferences

Source

const static NavOption rcReferences := ...

references

Source

const static NavOption references := ...

time

Source

const static NavOption time := ...

trackersSend

Source

const static NavOption trackersSend := ...

trims

Source

const static NavOption trims := ...

unknown1

Source

const static NavOption unknown1 := ...

unknown2

Source

const static NavOption unknown2 := ...

vals

Source

const static NavOption[] vals := ...

List of NavOption values indexed by ordinal

videoStream

Source

const static NavOption videoStream := ...

vision

Source

const static NavOption vision := ...

visionDetect

Source

const static NavOption visionDetect := ...

visionOf

Source

const static NavOption visionOf := ...

visionPerf

Source

const static NavOption visionPerf := ...

visionRaw

Source

const static NavOption visionRaw := ...

watchdog

Source

const static NavOption watchdog := ...

wifi

Source

const static NavOption wifi := ...

windSpeed

Source

const static NavOption windSpeed := ...