Skip to main content

Type Alias: GarminObsDirectorOptions

GarminObsDirectorOptions = object

Defined in: src/garminsdk/autopilot/directors/GarminObsDirector.ts:10

Options for GarminObsDirector.

Properties

bankRate?

optional bankRate: number | () => number

Defined in: src/garminsdk/autopilot/directors/GarminObsDirector.ts:21

The bank rate to enforce when the director commands changes in bank angle, in degrees per second, or a function which returns it. If not undefined, a default bank rate will be used. Defaults to undefined.


lateralInterceptCurve?

optional lateralInterceptCurve: LNavDirectorInterceptFunc

Defined in: src/garminsdk/autopilot/directors/GarminObsDirector.ts:27

A function used to translate DTK and XTK into a track intercept angle. If not defined, a function that computes a default curve tuned for slow GA aircraft will be used.


maxBankAngle?

optional maxBankAngle: number | () => number

Defined in: src/garminsdk/autopilot/directors/GarminObsDirector.ts:15

The maximum bank angle, in degrees, supported by the director, or a function which returns it. If not defined, the director will use the maximum bank angle defined by its parent autopilot (via apValues).