mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: clear mission ourselves rather than with MAVProxy at end of test
This commit is contained in:
parent
2ee052b36e
commit
8c7d63433c
@ -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…
Reference in New Issue
Block a user