mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
7ea14ecc22
consistent if the settings are changed afterwards.
12 lines
579 B
XML
12 lines
579 B
XML
<xml>
|
|
<object name="RelayTuning" singleinstance="true" settings="false">
|
|
<description>The input to the relay tuning.</description>
|
|
<field name="Period" units="ms" type="float" elementnames="Roll,Pitch,Yaw"/>
|
|
<field name="Gain" units="(deg/s)/output" type="float" elementnames="Roll,Pitch,Yaw"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|