sitl_beacons.param 701 B

123456789101112131415161718
  1. # Parameters to allow use of indoor loiter with AP_Beacon library and Pozyx running IndoorLoiter2.ino and plugged into Telem2
  2. #
  3. # disable GPS arming check
  4. ARMING_CHECK,-9
  5. # Set beacon origin to be approx 1.2m above ground level
  6. BCN_ALT,585.3
  7. # the beacon origin must match the flight simulator origin - set to default SITL location (Australia)
  8. BCN_LATITUDE,-35.363261
  9. BCN_LONGITUDE,149.165230
  10. # tell the beacon library we are using simulated beacons
  11. BCN_TYPE,10
  12. # tell the autopilot to ignore the GPS
  13. GPS_TYPE,0
  14. # log data before arming to asist with diasnostics
  15. LOG_DISARMED,1
  16. # Make sure the normal EKF aiding mode is selected (beacon fusion not tested in other modes)
  17. EK2_GPS_TYPE,0
  18. EK3_GPS_TYPE,0