1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/shared/uavobjectdefinition/pathstatus.xml

17 lines
892 B
XML
Raw Normal View History

2012-05-21 11:49:19 +02:00
<xml>
<object name="PathStatus" singleinstance="true" settings="false" category="Navigation">
2012-05-21 11:49:19 +02:00
<description>Status of the current path mode Can come from any @ref PathFollower module</description>
<field name="UID" units="" type="int16" elements="1" default="0"/>
2012-05-21 11:49:19 +02:00
<!-- unique ID confirmed with pathfollower in pathstatus to acknowledge a change in PathDesired -->
<field name="Status" units="" type="enum" elements="1" options="InProgress,Completed,Warning,Critical"/>
<field name="fractional_progress" units="" type="float" elements="1"/>
<field name="error" units="m" type="float" elements="1"/>
2012-05-21 11:49:19 +02:00
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
2012-11-22 10:47:20 +01:00
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
<logging updatemode="periodic" period="1000"/>
2012-05-21 11:49:19 +02:00
</object>
</xml>