Type Alias: APFPADirectorOptions
APFPADirectorOptions =
object
Defined in: src/sdk/autopilot/directors/APFPADirector.ts:8
Options for APFPADirector.
Properties
maxFpa?
optionalmaxFpa:number| () =>number
Defined in: src/sdk/autopilot/directors/APFPADirector.ts:13
The maximum flight path angle, in degrees, supported by the director, or a function which returns it. If not defined, then the director will not limit the FPA.