Tools: arducopter.py: set submode change as test

This commit is contained in:
Pierre Kancir 2018-07-31 11:54:11 +02:00 committed by Peter Barker
parent a930822d9d
commit a262099d35

View File

@ -1414,7 +1414,8 @@ class AutoTestCopter(AutoTest):
self.set_rc_default()
self.set_rc(3, 1000)
self.fly_guided_change_submode()
self.run_test("Test submode change",
self.fly_guided_change_submode)
self.progress("Waiting for location")
self.homeloc = self.mav.location()