mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
autotest: fixed remote viewing of ArduCopter autotest
This commit is contained in:
parent
0720bf7bf1
commit
8ab0dbdba7
@ -157,7 +157,7 @@ def run_step(step):
|
||||
return dump_logs('ArduCopter')
|
||||
|
||||
if step == 'fly.ArduCopter':
|
||||
return arducopter.fly_ArduCopter()
|
||||
return arducopter.fly_ArduCopter(viewerip=opts.viewerip)
|
||||
|
||||
if step == 'fly.ArduPlane':
|
||||
if not opts.experimental:
|
||||
|
Loading…
Reference in New Issue
Block a user