LP-490 changed default gyro process noise to increase filter stability (converges...
[librepilot.git] / shared / uavobjectdefinition / txpidstatus.xml
blobf0e8a425adec6d69415bcecaef755299788f6b43
1 <xml>
2     <object name="TxPIDStatus" singleinstance="true" settings="false" category="Control" priority="true">
3         <description>Status of @ref TxPID optional module used to tune PID settings using R/C transmitter.</description>
4         <field name="CurPID" units="" type="float" elementnames="Instance1,Instance2,Instance3" defaultvalue="0"/>
5         <access gcs="readonly" flight="readwrite"/>
6         <telemetrygcs acked="false" updatemode="manual" period="0"/>
7         <telemetryflight acked="false" updatemode="periodic" period="2000"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>