2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2013-05-29 22:18:08 +02:00
|
|
|
<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>
|
2013-04-05 22:46:56 +02:00
|
|
|
<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"/>
|
2013-06-25 19:32:50 +02:00
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
2013-04-05 22:46:56 +02:00
|
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
2013-11-17 20:45:04 +01:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2013-04-05 22:46:56 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|