Type Alias: APRollDirectorOptions
APRollDirectorOptions =
object
Defined in: src/sdk/autopilot/directors/APRollDirector.ts:8
Options for control of the roll director.
Properties
bankRate?
optionalbankRate:number| () =>number
Defined in: src/sdk/autopilot/directors/APRollDirector.ts:25
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.
maxBankAngle?
optionalmaxBankAngle:number| () =>number
Defined in: src/sdk/autopilot/directors/APRollDirector.ts:19
The maximum bank angle, in degrees, that the roll director will not exceed, or a function which returns it. If not
defined, the director will use the maximum bank angle defined by its parent autopilot (via apValues).
minBankAngle?
optionalminBankAngle:number| () =>number
Defined in: src/sdk/autopilot/directors/APRollDirector.ts:13
The minimum bank angle, in degrees, below which the roll director will command wings level, or a function which
returns it. Defaults to 0.