1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-21 06:52:11 +01:00

The camera desired object can now be a single instance. I think it will be a

while before we have multiple cameras :) although it's easy to extend when we
do.
This commit is contained in:
James Cotton 2011-08-11 14:07:24 -05:00
parent 923e33195b
commit 98346186e3

View File

@ -1,5 +1,5 @@
<xml>
<object name="CameraDesired" singleinstance="false" settings="false">
<object name="CameraDesired" singleinstance="true" settings="false">
<description>Desired camera outputs. Comes from @ref CameraStabilization module.</description>
<field name="Roll" units="" type="float" elements="1"/>
<field name="Pitch" units="" type="float" elements="1"/>