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
| Parameter | Type | Description |
|---|---|---|
dtk | number | The desired track, in degrees true. |
xtk | number | The cross-track error, in nautical miles. Positive values indicate that the plane is to the right of the desired track. |
tas | number | The true airspeed of the plane, in knots. |
Returns
number
The intercept angle, in degrees, to capture the desired track from the navigation signal.