Browse Source

autotest: clear mission ourselves rather than with MAVProxy at end of test

c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
8c7d63433c
  1. 3
      Tools/autotest/common.py

3
Tools/autotest/common.py

@ -5026,7 +5026,8 @@ Also, ignores heartbeats not from our target system''' @@ -5026,7 +5026,8 @@ Also, ignores heartbeats not from our target system'''
if reset_needed:
self.reset_SITL_commandline()
self.clear_mission_using_mavproxy()
if not self.is_tracker(): # FIXME - more to the point, fix Tracker's mission handling
self.clear_mission(mavutil.mavlink.MAV_MISSION_TYPE_ALL)
tee.close()

Loading…
Cancel
Save