Type Alias: GarminLNavDirectorOptions
GarminLNavDirectorOptions =
object
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:20
Options for configuring a Garmin GPS (LNAV) director.
Properties
disableArming?
optionaldisableArming:boolean
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:30
Whether to disable arming on the GPS director. If true, then the director will skip the arming phase and instead
immediately activate itself when requested. Defaults to false.
steerCommand
steerCommand:
Accessible<Readonly<APGpsSteerDirectorSteerCommand>>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:24
The steering command to send to the autopilot's GPS roll-steering director.