dynamic target bearing version 1 working

This commit is contained in:
cs-powell
2025-04-01 00:39:39 -04:00
parent bfdbf7c5fb
commit ceaffd4049
2 changed files with 19 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ def ex():
input("Press Enter to Start Experiment #" + str(count) + ": ")
print("Data File Reset")
f = open("/Users/flyingtopher/X-Plane 11/Data.txt", 'w')
exit = runExperiment(title,True,True)
exit = runExperiment(title,False,True)
if(exit):
break
count+=1