mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: added a 2m/s wind from east to quadcopter test
This commit is contained in:
parent
228d1620d2
commit
37641d2576
@ -240,6 +240,7 @@ def fly_ArduCopter(viewerip=None):
|
||||
|
||||
simquad_cmd = util.reltopdir('Tools/autotest/pysim/sim_quad.py') + ' --rate=400 --home=%f,%f,%u,%u' % (
|
||||
HOME.lat, HOME.lng, HOME.alt, HOME.heading)
|
||||
simquad_cmd += ' --wind=2,90,0.2'
|
||||
if viewerip:
|
||||
simquad_cmd += ' --fgout=%s:5503' % viewerip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user