2011-05-03 07:52:04 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="FlightStatus" singleinstance="true" settings="false" category="Control">
|
2011-05-03 07:52:04 +02:00
|
|
|
<description>Contains major flight status information for other modules.</description>
|
|
|
|
<field name="Armed" units="" type="enum" elements="1" options="Disarmed,Arming,Armed" defaultvalue="Disarmed"/>
|
|
|
|
|
|
|
|
<!-- Note these enumerated values should be the same as ManualControlSettings -->
|
2014-11-08 16:01:59 +01:00
|
|
|
<field name="FlightMode" units="" type="enum" elements="1" options="Manual,Stabilized1,Stabilized2,Stabilized3,Stabilized4,Stabilized5,Stabilized6,Autotune,PositionHold,CourseLock,PositionRoam,HomeLeash,AbsolutePosition,ReturnToBase,Land,PathPlanner,POI,AutoCruise"/>
|
2011-05-03 07:52:04 +02:00
|
|
|
|
2014-02-16 19:07:31 +01:00
|
|
|
<field name="ControlChain" units="bool" type="enum" options="false,true">
|
|
|
|
<elementnames>
|
|
|
|
<elementname>Stabilization</elementname>
|
|
|
|
<elementname>PathFollower</elementname>
|
|
|
|
<elementname>PathPlanner</elementname>
|
|
|
|
</elementnames>
|
|
|
|
</field>
|
|
|
|
|
2011-05-03 07:52:04 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="onchange" period="5000"/>
|
2012-04-21 20:59:14 +02:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2011-05-03 07:52:04 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|