Skip to main content

Type Alias: LNavInterceptFunc()

LNavInterceptFunc = (dtk, xtk, tas) => number

Defined in: src/sdk/autopilot/lnav/LNavComputer.ts:35

Calculates an intercept angle, in degrees, to capture the desired GPS track for LNavComputer.

Parameters

ParameterTypeDescription
dtknumberThe desired track, in degrees true.
xtknumberThe cross-track error, in nautical miles. Positive values indicate that the plane is to the right of the desired track.
tasnumberThe true airspeed of the plane, in knots.

Returns

number

The intercept angle, in degrees, to capture the desired track from the navigation signal.