mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
1663a838ff
representation. Also improved gyro bias initialization. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2691 ebee16cc-31ac-478f-84a7-5cbb03baadba
13 lines
826 B
XML
13 lines
826 B
XML
<xml>
|
|
<object name="AttitudeSettings" singleinstance="true" settings="true">
|
|
<description>Settings for the @ref Attitude module used on CopterControl</description>
|
|
<field name="GyroBiasTau" units="channel" type="float" elements="1" defaultvalue="0.00001"/>
|
|
<field name="AccelKp" units="channel" type="float" elements="1" defaultvalue="0.00001"/>
|
|
<field name="AccelKI" units="channel" type="float" elements="1" defaultvalue="0.00001"/>
|
|
<field name="AccelILim" units="rad/s" type="float" elements="1" defaultvalue="0.5"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
|
<telemetryflight acked="true" updatemode="onchange" period="0"/>
|
|
<logging updatemode="never" period="0"/>
|
|
</object>
|
|
</xml> |