Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
[librepilot.git] / shared / uavobjectdefinition / airspeedstate.xml
blobf38473bae0ecd7c77419e14af33042b6b7535e01
1 <xml>
2     <object name="AirspeedState" singleinstance="true" settings="false" category="State">
3         <description>UAVO for true airspeed and calibrated airspeed state estimation.</description>
4         <field name="CalibratedAirspeed" units="m/s" type="float" elements="1"/>
5         <field name="TrueAirspeed" units="m/s" type="float" elements="1"/>
6         <access gcs="readwrite" flight="readwrite"/>
7         <telemetrygcs acked="false" updatemode="manual" period="0"/>
8         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
9         <logging updatemode="manual" period="0"/>
10     </object>
11 </xml>