2011-01-14 01:51:54 +01:00
|
|
|
<xml>
|
|
|
|
<object name="NedAccel" singleinstance="true" settings="false">
|
|
|
|
<description>The projection of acceleration in the NED reference frame used by @ref Guidance.</description>
|
2011-09-12 05:57:11 +02:00
|
|
|
<field name="North" units="m/s^2" type="float" elements="1"/>
|
|
|
|
<field name="East" units="m/s^2" type="float" elements="1"/>
|
|
|
|
<field name="Down" units="m/s^2" type="float" elements="1"/>
|
2011-01-14 01:51:54 +01:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="periodic" period="10001"/>
|
2012-04-21 20:59:14 +02:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2011-01-14 01:51:54 +01:00
|
|
|
</object>
|
|
|
|
</xml>
|