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:
parent
923e33195b
commit
98346186e3
@ -1,5 +1,5 @@
|
|||||||
<xml>
|
<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>
|
<description>Desired camera outputs. Comes from @ref CameraStabilization module.</description>
|
||||||
<field name="Roll" units="" type="float" elements="1"/>
|
<field name="Roll" units="" type="float" elements="1"/>
|
||||||
<field name="Pitch" units="" type="float" elements="1"/>
|
<field name="Pitch" units="" type="float" elements="1"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user