LP-327 - Configurable max allowed variance parameter
[librepilot.git] / shared / uavobjectdefinition / poilocation.xml
blob52298f0170a01f34cf7c250ffb98edd3fe2f49f7
1 <xml>
2     <object name="PoiLocation" singleinstance="true" settings="false" category="Control">
3         <description>Contains the current Point of interest relative to @ref HomeLocation</description>
4         <field name="North" units="m" type="float" elements="1"/>
5         <field name="East" units="m" type="float" elements="1"/>
6         <field name="Down" units="m" type="float" elements="1"/>
7         <access gcs="readwrite" flight="readwrite"/>
8         <telemetrygcs acked="false" updatemode="manual" period="0"/>
9         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
10         <logging updatemode="manual" period="0"/>
11     </object>
12 </xml>