2013-06-30 20:04:32 +02:00
|
|
|
<xml>
|
|
|
|
<object name="GPSSettings" singleinstance="true" settings="true" category="Sensors">
|
|
|
|
<description>GPS Module specific settings</description>
|
2016-02-09 20:43:44 +01:00
|
|
|
<field name="DataProtocol" units="" type="enum" elements="1" options="NMEA,UBX,DJI" defaultvalue="UBX"/>
|
2014-09-02 21:26:43 +02:00
|
|
|
<field name="MinSatellites" units="" type="uint8" elements="1" defaultvalue="7"/>
|
2013-06-30 20:04:32 +02:00
|
|
|
<field name="MaxPDOP" units="" type="float" elements="1" defaultvalue="3.5"/>
|
2014-09-02 21:26:43 +02:00
|
|
|
<!-- Ubx self configuration. Enable to allow the flight board to auto configure ubx GPS options,
|
2014-08-22 23:16:38 +02:00
|
|
|
store does AutoConfig and save GPS settings (i.e. to prevent issues if gps is power cycled) -->
|
2015-05-20 07:04:06 +02:00
|
|
|
<!-- add AbConfigStoreAndDisable after AbConfigAndStore and uncomment AUTOBAUD_CONFIGURE_STORE_AND_DISABLE in ubx_autoconfig.c-->
|
2015-05-21 10:37:44 +02:00
|
|
|
<field name="UbxAutoConfig" units="" type="enum" elements="1" options="Disabled,AutoBaud,AutoBaudAndConfigure,AutoBaudConfigureAndStore,AutoBaudConfigureStoreAndDisable" defaultvalue="AutoBaudAndConfigure"/>
|
2014-09-02 21:26:43 +02:00
|
|
|
<!-- Ubx position update rate, -1 for auto -->
|
|
|
|
<field name="UbxRate" units="Hz" type="int8" elements="1" defaultvalue="5" />
|
|
|
|
<!-- Ubx dynamic model, see UBX datasheet for more details -->
|
|
|
|
<field name="UbxDynamicModel" units="" type="enum" elements="1"
|
2014-08-22 02:43:47 +02:00
|
|
|
options="Portable,Stationary,Pedestrian,Automotive,Sea,Airborne1G,Airborne2G,Airborne4G" defaultvalue="Airborne1G" />
|
2014-09-02 21:26:56 +02:00
|
|
|
<!-- Ubx SBAS settings -->
|
2014-09-03 18:12:27 +02:00
|
|
|
<field name="UbxSBASMode" units="" type="enum" elements="1" options="Disabled,Ranging,Correction,Integrity,Ranging+Correction,Ranging+Integrity,Ranging+Correction+Integrity,Correction+Integrity" defaultvalue="Ranging" />
|
2014-09-02 21:26:56 +02:00
|
|
|
<field name="UbxSBASChannelsUsed" units="" type="uint8" elements="1" defaultvalue="3"/>
|
2014-11-30 22:35:16 +01:00
|
|
|
<field name="UbxSBASSats" units="" type="enum" elements="1" options="AutoScan,WAAS,EGNOS,MSAS,GAGAN,SDCM" defaultvalue="AutoScan" />
|
2015-03-01 17:28:43 +01:00
|
|
|
<!-- Ubx GNSS configuration, only applies to Ublox generation 7+ and concurrent GNSS only to generation 8 -->
|
2016-12-17 00:04:44 +01:00
|
|
|
<field name="UbxGNSSMode" units="" type="enum" elements="1" options="Default,GPS,GLONASS,GPS+GLONASS,GPS+BeiDou,GLONASS+BeiDou,GPS+GALILEO,GPS+GLONASS+GALILEO" defaultvalue="Default" />
|
2016-07-03 03:51:44 +02:00
|
|
|
<field name="UbxAssistNowAutonomous" units="" type="enum" elements="1" options="False,True" defaultvalue="True"
|
|
|
|
description="Enable or disable the AssistNow Autonomous feature"/>
|
2013-06-30 20:04:32 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|