Skip to content

Commit

Permalink
Tools: helicopter autotest
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <[email protected]>
  • Loading branch information
bnsgeyer and peterbarker authored Apr 18, 2024
1 parent a7b9d20 commit 31ea7c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tools/autotest/helicopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,11 +884,8 @@ def AutoTune(self):
self.progress("STATUSTEXT (%u<%u): %s" % (now, deadline, m.text))
if "AutoTune: Success" in m.text:
self.progress("AUTOTUNE OK (%u seconds)" % (now - tstart))
self.set_rc(3, 1000)
self.wait_statustext("SIM Hit ground at")
self.land_and_disarm()
self.set_rc(8, 1000)
self.delay_sim_time(10)
self.disarm_vehicle()
continue

# test pitch rate P and Rate D tuning
Expand Down

0 comments on commit 31ea7c5

Please sign in to comment.