mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: clear mission before toggling it in with ch7
This commit is contained in:
parent
38ae0765ff
commit
e4738192dd
|
@ -1758,6 +1758,8 @@ class AutoTestCopter(AutoTest):
|
||||||
self.mavproxy.send('switch 6\n') # stabilize mode
|
self.mavproxy.send('switch 6\n') # stabilize mode
|
||||||
self.wait_mode('STABILIZE')
|
self.wait_mode('STABILIZE')
|
||||||
|
|
||||||
|
self.mavproxy.send("wp clear\n")
|
||||||
|
|
||||||
# Arm
|
# Arm
|
||||||
self.run_test("Arm features", self.test_arm_feature)
|
self.run_test("Arm features", self.test_arm_feature)
|
||||||
self.arm_vehicle()
|
self.arm_vehicle()
|
||||||
|
|
Loading…
Reference in New Issue