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 -->
|
2016-02-28 09:48:13 +01:00
|
|
|
<field name="FlightMode" units="" type="enum" elements="1" options="Manual,Stabilized1,Stabilized2,Stabilized3,Stabilized4,Stabilized5,Stabilized6,PositionHold,CourseLock,VelocityRoam,HomeLeash,AbsolutePosition,ReturnToBase,Land,PathPlanner,POI,AutoCruise,AutoTakeoff,AutoTune"/>
|
2016-03-23 00:06:22 +01:00
|
|
|
<!-- Keep Armed (first pos) and FlightMode (second pos) before this line for OSD compatibility -->
|
|
|
|
<field name="AlwaysStabilizeWhenArmed" units="" type="enum" elements="1" options="False,True" defaultvalue="False"/>
|
|
|
|
|
2015-01-08 03:20:47 +01:00
|
|
|
<!-- the options for FlightModeAssist needs to match the StablizationSettings' assist options -->
|
|
|
|
<field name="FlightModeAssist" units="" type="enum" elements="1" options="None,GPSAssist_PrimaryThrust,GPSAssist"/>
|
|
|
|
<field name="AssistedControlState" units="" type="enum" elements="1" options="Primary,Brake,Hold" defaultvalue="Primary"/>
|
|
|
|
<field name="AssistedThrottleState" units="" type="enum" elements="1" options="Manual,Auto,AutoOverride" defaultvalue="Manual"/>
|
2011-05-03 07:52:04 +02:00
|
|
|
|
2015-11-26 01:38:39 +01:00
|
|
|
<field name="ControlChain" units="bool" type="enum" options="False,True">
|
2014-02-16 19:07:31 +01:00
|
|
|
<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>
|