mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
13 lines
435 B
Plaintext
13 lines
435 B
Plaintext
#parameters to allow use of indoor loiter with AP_Beacon library and Pozyx running IndoorLoiter2.ino and plugged into Telem2
|
|
# Beacon origin set to default SITL location (Australia)
|
|
# Beacon type set to SITL
|
|
# EK2_GPS_TYPE to 0 for regular GPS useage
|
|
# GPS_TYPE to 0 to disable GPS
|
|
# disable GPS arming check
|
|
ARMING_CHECK,-9
|
|
BCN_ALT,584
|
|
BCN_LATITUDE,-35.363261
|
|
BCN_LONGITUDE,149.165230
|
|
BCN_TYPE,10
|
|
EK2_GPS_TYPE,0
|
|
GPS_TYPE,0 |