LP-56 - Use separate roll/picth factors and add firmware support
[librepilot.git] / shared / uavobjectdefinition / cameradesired.xml
blobfe98c940d22361ece54237006ea4f77b65747aae
1 <xml>
2     <object name="CameraDesired" singleinstance="true" settings="false" category="Control">
3         <description>Desired camera outputs.  Comes from @ref CameraStabilization module.</description>
4         <field name="RollOrServo1" units="" type="float" elements="1"/>
5         <field name="PitchOrServo2" units="" type="float" elements="1"/>
6         <field name="Yaw" units="" type="float" elements="1"/>
7         <access gcs="readwrite" flight="readwrite"/>
8         <telemetrygcs acked="false" updatemode="manual" period="0"/>
9         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
10         <logging updatemode="manual" period="0"/>
11     </object>
12 </xml>