2010-09-26 05:06:27 +02:00
<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>
2011-09-12 05:57:11 +02:00
<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" />
2010-09-26 05:06:27 +02:00
<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>