OP-1483 Added velocity filter to correct EKF's velocity estimate for static velocity...
[librepilot.git] / shared / uavobjectdefinition / relaytuning.xml
blob318eb690583acc519859b70b63ee5bd30dd36181
1 <xml>
2     <object name="RelayTuning" singleinstance="true" settings="false" category="Control">
3         <description>The input to the relay tuning.</description>
4         <field name="Period" units="ms" type="float" elementnames="Roll,Pitch,Yaw"/>
5         <field name="Gain" units="(deg/s)/output" type="float" elementnames="Roll,Pitch,Yaw"/>
6         <access gcs="readonly" 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>