pre-auto-weather experiment setup

This commit is contained in:
cs-powell
2025-04-05 15:15:19 -04:00
parent 47deb6d6c9
commit 5c33f652ef
4 changed files with 40 additions and 11 deletions

View File

@@ -21,8 +21,8 @@ class AircraftLandingModel(pyactr.ACTRModel):
self.client = client
self.inProgress = True
self.printControlsFlag = printFlag
self.targetLat = 39.851898
self.targetLong = -104.6966
self.targetLat = 39.895791
self.targetLong = -104.696085
"""
Setting DREF variables and loading into drefs array
"""
@@ -295,7 +295,7 @@ class AircraftLandingModel(pyactr.ACTRModel):
if(self.dictionaryAccess(self.phaseFlags,"flare") == False):
yoke_pull = yoke_pull * 20
# yoke_pull = 0.23
throttle = 0.28
throttle = 0.20
if(self.dictionaryAccess(self.phaseFlags,"flare") == True):
# yoke_pull = -yoke_pull
yoke_pull = yoke_pull * 20