Skip to content

Commit

Permalink
Tools: fix syntax error in helicopter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer authored Apr 23, 2024
1 parent f8fbe2e commit fe46f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/helicopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def AutoTune(self):
self.progress("AUTOTUNE OK (%u seconds)" % (now - tstart))
self.land_and_disarm()

def autotune_land_and_save_gains(self)
def autotune_land_and_save_gains(self):
self.set_rc(3, 1000)
self.context_collect('STATUSTEXT')
self.wait_statustext(r"SIM Hit ground at ([0-9.]+) m/s",
Expand Down

0 comments on commit fe46f83

Please sign in to comment.