2012-05-21 11:49:19 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<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>
|
|
|
|
|
2012-05-28 20:50:09 +02:00
|
|
|
<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"/>
|
2012-05-28 01:51:17 +02:00
|
|
|
<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>
|