Type Alias: AutopilotDriverOptions
AutopilotDriverOptions =
object
Defined in: src/sdk/autopilot/AutopilotDriver.ts:17
Options for AutopilotDriver.
Properties
autoCoordinationEnabled?
optional
autoCoordinationEnabled:boolean
Defined in: src/sdk/autopilot/AutopilotDriver.ts:22
Whether to provide rudder auto-coordination while the autopilot is engaged. Defaults to false
.
bankServoRate?
optional
bankServoRate:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:40
The default rate used to drive the bank servo, in degrees per second. Defaults to 10
.
maxRudderDeflection?
optional
maxRudderDeflection:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:25
The airplane's maximum rudder deflection, in degrees. Defaults to 25
.
pitchServoRate?
optional
pitchServoRate:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:37
The default rate used to drive the pitch servo, in degrees per second. Defaults to 5
.
rudderBankFactor?
optional
rudderBankFactor:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:31
The factor to multiply with the commanded bank angle to calculate the rudder deflection commanded by rudder
auto-coordination. Defaults to 0.3
.
rudderServoRate?
optional
rudderServoRate:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:34
The rate used to drive the rudder auto-coordination servo, in degrees per second. Defaults to 1
.
setInternalFlightDirector?
optional
setInternalFlightDirector:boolean
Defined in: src/sdk/autopilot/AutopilotDriver.ts:19
Whether to set internal flight director values (not required for the default sim FD).
zeroRollHeight?
optional
zeroRollHeight:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:43
The RA height below which zero roll is forced, defaults to none.