Skip to content

Commit

Permalink
Lateral autopilot fix (#2140)
Browse files Browse the repository at this point in the history
Co-authored-by: AsoboStudio <[email protected]>
  • Loading branch information
lukecologne and AsoboStudioPersonal committed Nov 30, 2020
1 parent 4216e38 commit c8f08b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions A32NX/SimObjects/AirPlanes/Asobo_A320_NEO/ai.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[VERSION]
major = 1
minor = 0

[TAKEOFF]

[WAYPOINT]

[LANDING]
flareAngle = 0

[SIMPLIFIEDSIM]
verticalSpeedAccelerationAugmentationPerFrame = 0.8

[STICKANDRUDDER]
rudderGroundPID = 0.045, 0.001, 0.1, 1.0, 1.0 ; Pk,Ik,Dk,I boundary, D boundary
throttleGroundPID = 1.0,0.01,10.0,1.0,20.0
brakeDifferentialPID = 2.7, 0.001,10.0,1.0, 5.0
throttleDifferentialPID = 12.0 ,0.001,25.0,10.0,40.0
throttlePID = 20.0,1.0,15.0,20.0,1000.0
pitchPID = 1.0, 0.1, 5.0, 1.0, 100.0
rollPID = 2.5, 0.1, 0.5, 100.0, 100.0
headingPID = 2.0, 0.5, 2.0, 0.025, 1.0
verticalSpeedPID = 0.5, 0.005, 0.2, 300.0,1000.0
nav_ex1PID = 2.4, 0.05, 20.0, 0.02, 50.0
nav_yawPID = 0.14, 0.01, 0.001, 1.0, 360
glideSlopePID = 5.0, 0.1, 4.0, 2.0, 60.0
flightLevelPID = 100.0, 1.0, 20.0, 20.0, 1000.0

0 comments on commit c8f08b3

Please sign in to comment.