Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
[librepilot.git] / shared / uavobjectdefinition / actuatorcommand.xml
blob4bd41a00981c40436bc5f962b3fe710029ab2846
1 <xml>
2     <object name="ActuatorCommand" singleinstance="true" settings="false" category="Control">
3         <description>Contains the pulse duration sent to each of the channels.  Set by @ref ActuatorModule</description>
4         <field name="Channel" units="us" type="int16" elements="12"/>
5         <field name="UpdateTime" units="ms" type="uint16" elements="1"/>
6         <field name="MaxUpdateTime" units="ms" type="uint16" elements="1"/>
7         <field name="NumFailedUpdates" units="" type="uint8" elements="1"/>
8         <access gcs="readwrite" flight="readwrite"/>
9         <telemetrygcs acked="false" updatemode="manual" period="0"/>
10         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
11         <logging updatemode="manual" period="0"/>
12     </object>
13 </xml>