LP-56 - Use separate roll/picth factors and add firmware support
[librepilot.git] / shared / uavobjectdefinition / nedaccel.xml
blobf9e6fa4b974ef69cccd5b004b3d1496acadf11e4
1 <xml>
2     <object name="NedAccel" singleinstance="true" settings="false" category="State">
3         <description>The projection of acceleration in the NED reference frame used by @ref Guidance.</description>
4         <field name="North" units="m/s^2" type="float" elements="1"/>
5         <field name="East" units="m/s^2" type="float" elements="1"/>
6         <field name="Down" units="m/s^2" 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>