OP-1483 Added velocity filter to correct EKF's velocity estimate for static velocity...
[librepilot.git] / shared / uavobjectdefinition / altitudeholdstatus.xml
blobf298a45abe86f28fad3f575125db65d31398edd6
1 <xml>
2     <object name="AltitudeHoldStatus" singleinstance="true" settings="false" category="Control">
3         <description>Status Data from Altitude Hold Control Loops</description>
4         <field name="VelocityDesired" units="m/s" type="float" elements="1"/>
5         <access gcs="readwrite" flight="readwrite"/>
6         <telemetrygcs acked="false" updatemode="manual" period="0"/>
7         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>