Type Alias: GarminLNavDirectorOptions
GarminLNavDirectorOptions =
object
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:21
Options for configuring a Garmin GPS (LNAV) director.
Properties
disableArming?
optionaldisableArming:boolean
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:33
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?
optionalsteerCommand:Accessible<Readonly<APGpsSteerDirectorSteerCommand>>
Defined in: src/garminsdk/autopilot/GarminAPConfig.ts:27
The steering command to send to the autopilot's GPS roll-steering director. If not defined and the autopilot is configured to source data from a static flight planner or FMS instance, then the autopilot will use a GPS director that is bundled with its own LNAV computer.