autotest: fixed --tracker option to sim_vehicle.py

This commit is contained in:
Andrew Tridgell 2021-01-19 06:49:10 +11:00 committed by Peter Barker
parent 15fd8480f8
commit 7e89c05204
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ def start_antenna_tracker(opts):
options = vinfo.options["AntennaTracker"]
tracker_default_frame = options["default_frame"]
tracker_frame_options = options["frames"][tracker_default_frame]
do_build(vehicledir, opts, tracker_frame_options)
do_build(opts, tracker_frame_options)
tracker_instance = 1
oldpwd = os.getcwd()
os.chdir(vehicledir)