mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
c93ab7e723
Also change AttitudeActual to update at 10Hz rather than 2 Hz. The increased bandwidth is minimal and the resulting "polish" that it adds to the look-and-feel of the GCS is signifcant.
17 lines
919 B
XML
17 lines
919 B
XML
<xml>
|
|
<object name="AttitudeActual" singleinstance="true" settings="false">
|
|
<description>The updated Attitude estimation from @ref AHRSCommsModule.</description>
|
|
<field name="q1" units="" type="float" elements="1"/>
|
|
<field name="q2" units="" type="float" elements="1"/>
|
|
<field name="q3" units="" type="float" elements="1"/>
|
|
<field name="q4" units="" type="float" elements="1"/>
|
|
<field name="Roll" units="degrees" type="float" elements="1"/>
|
|
<field name="Pitch" units="degrees" type="float" elements="1"/>
|
|
<field name="Yaw" units="degrees" type="float" elements="1"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="periodic" period="100"/>
|
|
<logging updatemode="never" period="0"/>
|
|
</object>
|
|
</xml>
|