Type Alias: LNavSteerCommand
LNavSteerCommand =
object
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:69
A steering command generated by LNAV.
Properties
courseToSteer
courseToSteer:
number
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:80
The true course to steer, in degrees. If isHeading is true, then this value can be interpreted as the true
heading to steer instead.
dtk
dtk:
number
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:93
The current desired true track, in degrees. This value has no meaning if isHeading is true.
isHeading
isHeading:
boolean
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:74
Whether this command is attempting to steer toward a heading instead of a track.
isValid
isValid:
boolean
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:71
Whether this command is valid.
tae
tae:
number
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:105
The current track angle error, in degrees in the range [-180, 180). If isHeading is true, then this value can
be interpreted as the heading error instead.
trackRadius
trackRadius:
number
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:88
The radius of the track toward which the command is attempting to steer, in great-arc radians. A radius of
pi / 2 indicates the track is a great circle. A radius less than pi / 2 indicates the track turns to the left.
A radius greater than pi / 2 indicates the track turns to the right. This value has no meaning if isHeading
is true.
xtk
xtk:
number
Defined in: src/sdk/autopilot/lnav/LNavTypes.ts:99
The current cross-track error, in nautical miles. Positive values indicate that the plane is to the right of the
desired track. This value has no meaning if isHeading is true.