mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
13 lines
687 B
XML
13 lines
687 B
XML
<xml>
|
|
<object name="PositionState" singleinstance="true" settings="false" category="State">
|
|
<description>Contains the estimate of the current position relative to @ref HomeLocation, in NED coordinates</description>
|
|
<field name="North" units="m" type="float" elements="1"/>
|
|
<field name="East" units="m" type="float" elements="1"/>
|
|
<field name="Down" units="m" type="float" elements="1"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="throttled" period="1000"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|