mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
13 lines
752 B
XML
13 lines
752 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="cm/s" type="int32" elements="1"/>
|
||
|
<field name="East" units="cm/s" type="int32" elements="1"/>
|
||
|
<field name="Down" units="cm/s" type="int32" 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>
|