Skip to content

Commit

Permalink
Tools: helicopter autotune autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer authored Apr 15, 2024
1 parent 171b7e3 commit 72d97ce
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Tools/autotest/helicopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,24 +1052,24 @@ def AutoTune(self):

def tests(self):
'''return list of all tests'''
# ret = vehicle_test_suite.TestSuite.tests(self)
ret = vehicle_test_suite.TestSuite.tests(self)
ret = ([self.AutoTune])
# ret.extend([
# self.AVCMission,
# self.RotorRunup,
# self.PosHoldTakeOff,
# self.StabilizeTakeOff,
# self.SplineWaypoint,
# self.AutoRotation,
# self.ManAutoRotation,
# self.governortest,
# self.FlyEachFrame,
# self.AirspeedDrivers,
# self.TurbineStart,
# self.NastyMission,
# self.PIDNotches,
# self.AutoTune,
# ])
ret.extend([
self.AVCMission,
self.RotorRunup,
self.PosHoldTakeOff,
self.StabilizeTakeOff,
self.SplineWaypoint,
self.AutoRotation,
self.ManAutoRotation,
self.governortest,
self.FlyEachFrame,
self.AirspeedDrivers,
self.TurbineStart,
self.NastyMission,
self.PIDNotches,
self.AutoTune,
])
return ret

def disabled_tests(self):
Expand Down

0 comments on commit 72d97ce

Please sign in to comment.