2010-09-26 05:06:27 +02:00
|
|
|
<xml>
|
|
|
|
<object name="VelocityActual" singleinstance="true" settings="false">
|
2011-02-27 01:38:59 +01:00
|
|
|
<description>Updated by @ref AHRSCommsModule and used within @ref GuidanceModule for velocity control</description>
|
2010-09-26 05:06:27 +02:00
|
|
|
<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>
|