mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
13 lines
749 B
XML
13 lines
749 B
XML
<xml>
|
|
<object name="VelocityDesired" singleinstance="true" settings="false">
|
|
<description>Used within @ref GuidanceModule to communicate between the task computing the desired velocity and the PID loop to achieve it (running at different rates).</description>
|
|
<field name="North" units="m/s" type="float" elements="1"/>
|
|
<field name="East" units="m/s" type="float" elements="1"/>
|
|
<field name="Down" units="m/s" type="float" elements="1"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
|
<logging updatemode="periodic" period="1000"/>
|
|
</object>
|
|
</xml>
|