Browse Source

AutoTest: remove unnecessary wait from SaveWP test

master
Randy Mackay 11 years ago
parent
commit
9951c50e48
  1. 1
      Tools/autotest/arducopter.py

1
Tools/autotest/arducopter.py

@ -910,7 +910,6 @@ def fly_ArduCopter(viewerip=None, map=False): @@ -910,7 +910,6 @@ def fly_ArduCopter(viewerip=None, map=False):
print("Save landing WP")
save_wp(mavproxy, mav)
mav.recv_match(condition='RC_CHANNELS_RAW.chan7_raw==1000', blocking=True)
# save the stored mission to file
print("# Save out the CH7 mission to file")

Loading…
Cancel
Save