Type Alias: AutopilotDriverOptions
AutopilotDriverOptions =
object
Defined in: src/sdk/autopilot/AutopilotDriver.ts:17
Options for AutopilotDriver.
Properties
autoCoordinationEnabled?
optionalautoCoordinationEnabled:boolean
Defined in: src/sdk/autopilot/AutopilotDriver.ts:22
Whether to provide rudder auto-coordination while the autopilot is engaged. Defaults to false.
bankServoRate?
optionalbankServoRate: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?
optionalmaxRudderDeflection:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:25
The airplane's maximum rudder deflection, in degrees. Defaults to 25.
pitchServoRate?
optionalpitchServoRate: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?
optionalrudderBankFactor: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?
optionalrudderServoRate: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?
optionalsetInternalFlightDirector:boolean
Defined in: src/sdk/autopilot/AutopilotDriver.ts:19
Whether to set internal flight director values (not required for the default sim FD).
zeroRollHeight?
optionalzeroRollHeight:number
Defined in: src/sdk/autopilot/AutopilotDriver.ts:43
The RA height below which zero roll is forced, defaults to none.