mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -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')
|
return dump_logs('ArduCopter')
|
||||||
|
|
||||||
if step == 'fly.ArduCopter':
|
if step == 'fly.ArduCopter':
|
||||||
return arducopter.fly_ArduCopter()
|
return arducopter.fly_ArduCopter(viewerip=opts.viewerip)
|
||||||
|
|
||||||
if step == 'fly.ArduPlane':
|
if step == 'fly.ArduPlane':
|
||||||
if not opts.experimental:
|
if not opts.experimental:
|
||||||
|
Loading…
Reference in New Issue
Block a user