mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
autotest: add sparkfun wicket icons on map
This commit is contained in:
parent
903d5636bb
commit
d944da39b2
@ -835,6 +835,10 @@ def fly_CopterAVC(viewerip=None, map=False):
|
|||||||
expect_list_clear()
|
expect_list_clear()
|
||||||
expect_list_extend([sim, sil, mavproxy])
|
expect_list_extend([sim, sil, mavproxy])
|
||||||
|
|
||||||
|
if map:
|
||||||
|
mavproxy.send('map icon 40.072467969730496 -105.2314389590174\n')
|
||||||
|
mavproxy.send('map icon 40.072600990533829 -105.23146100342274\n')
|
||||||
|
|
||||||
# get a mavlink connection going
|
# get a mavlink connection going
|
||||||
try:
|
try:
|
||||||
mav = mavutil.mavlink_connection('127.0.0.1:19550', robust_parsing=True)
|
mav = mavutil.mavlink_connection('127.0.0.1:19550', robust_parsing=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user