mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
autotest: don't show console in autotest
This commit is contained in:
parent
35519b9298
commit
0c37bcbb10
@ -81,7 +81,7 @@ def drive_APMrover2(viewerip=None, map=False):
|
||||
if viewerip:
|
||||
options += " --out=%s:14550" % viewerip
|
||||
if map:
|
||||
options += ' --map --console'
|
||||
options += ' --map'
|
||||
|
||||
sil = util.start_SIL('APMrover2', wipe=True)
|
||||
mavproxy = util.start_MAVProxy_SIL('APMrover2', options=options)
|
||||
|
Loading…
Reference in New Issue
Block a user