Skip to content

Commit

Permalink
Tools: heli autotune autotest 2nd try to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsgeyer authored Apr 16, 2024
1 parent b9ac07a commit a7b9d20
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 @@ -1021,7 +1021,7 @@ def AutoTune(self):
self.set_rc(8, 1000)
self.delay_sim_time(10)
self.disarm_vehicle()
continue
return

raise NotAchievedException("AUTOTUNE failed (%u seconds)" %
(self.get_sim_time() - tstart))
Expand Down

0 comments on commit a7b9d20

Please sign in to comment.