mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
15 lines
733 B
XML
15 lines
733 B
XML
|
<xml>
|
||
|
<object name="PathStatus" singleinstance="true" settings="false">
|
||
|
<description>Status of the current path mode Can come from any @ref PathFollower module</description>
|
||
|
|
||
|
<field name="UID" units="" type="uint8" elements="1" default="0"/>
|
||
|
<!-- 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"/>
|
||
|
|
||
|
<access gcs="readwrite" flight="readwrite"/>
|
||
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
||
|
<telemetryflight acked="false" updatemode="onchange" period="0"/>
|
||
|
<logging updatemode="onchange" period="0"/>
|
||
|
</object>
|
||
|
</xml>
|