Skip to main content

Type Alias: LNavRollSteerComputerOptions

LNavRollSteerComputerOptions = object

Defined in: src/sdk/autopilot/lnav/LNavRollSteerComputer.ts:30

Configuration options for LNavRollSteerComputer.

Properties

maxBankAngle?

optional maxBankAngle: number | () => number

Defined in: src/sdk/autopilot/lnav/LNavRollSteerComputer.ts:35

The maximum bank angle, in degrees, that the computer is allowed to command, or a function which returns it. Defaults to 30.