Browse Source

autotest: check fence upload/download when creating from locs

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
8925c2830b
  1. 3
      Tools/autotest/common.py

3
Tools/autotest/common.py

@ -8622,8 +8622,7 @@ Also, ignores heartbeats not from our target system''' @@ -8622,8 +8622,7 @@ Also, ignores heartbeats not from our target system'''
seq += 1
items.append(item)
self.upload_using_mission_protocol(mavutil.mavlink.MAV_MISSION_TYPE_FENCE,
items)
self.check_fence_upload_download(items)
def wait_for_initial_mode(self):
'''wait until we get a heartbeat with an expected initial mode (the

Loading…
Cancel
Save