Skip to main content

Type Alias: APTogaPitchDirectorOptions

APTogaPitchDirectorOptions = object

Defined in: src/sdk/autopilot/directors/APTogaPitchDirector.ts:8

Options for APTogaPitchDirector.

Properties

drivePitch?

optional drivePitch: boolean

Defined in: src/sdk/autopilot/directors/APTogaPitchDirector.ts:18

Whether the director should drive its commanded pitch angle toward the target angle instead of immediately setting the commanded pitch angle to the target angle. Defaults to false.


pitchRate?

optional pitchRate: number | () => number

Defined in: src/sdk/autopilot/directors/APTogaPitchDirector.ts:25

The pitch rate to enforce when the director commands changes in pitch angle, in degrees per second, or a function which returns it. If not defined, then a default pitch rate will be used. Ignored if drivePitch is false. Defaults to undefined.


targetPitchAngle?

optional targetPitchAngle: number | () => number

Defined in: src/sdk/autopilot/directors/APTogaPitchDirector.ts:12

The target pitch angle commanded by the director, in degrees, or a function which returns it. Defaults to 10.