Clean-up Commit

This commit is contained in:
cs-powell
2025-03-18 17:46:17 -04:00
parent 41a66b68a0
commit 8ba3a45d41
3 changed files with 55 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ class AircraftLandingModel(pyactr.ACTRModel):
if(self.flare == False):
yoke_pull = yoke_pull * 20
# yoke_pull = 0.23
throttle = 0.4
throttle = 0.28
if(self.flare == True):
# yoke_pull = -yoke_pull
yoke_pull = yoke_pull * 20