Browse Source

autotest: remove un-needed parameter wipe after soaring test

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
26bbedd777
  1. 2
      Tools/autotest/arduplane.py

2
Tools/autotest/arduplane.py

@ -1862,8 +1862,6 @@ class AutoTestPlane(AutoTest): @@ -1862,8 +1862,6 @@ class AutoTestPlane(AutoTest):
def fly_terrain_mission(self):
self.customise_SITL_commandline([], wipe=True)
self.mavproxy.send("wp set 1\n")
self.wait_ready_to_arm()
self.arm_vehicle()

Loading…
Cancel
Save