2012-04-10 05:39:41 +02:00
|
|
|
<xml>
|
|
|
|
<object name="PathDesired" singleinstance="true" settings="false">
|
2012-05-08 09:28:19 +02:00
|
|
|
<description>The endpoint or path the craft is trying to achieve. Can come from @ref ManualControl or @ref PathPlanner </description>
|
|
|
|
|
2012-04-10 05:39:41 +02:00
|
|
|
<field name="Start" units="m" type="float" elementnames="North,East,Down" default="0"/>
|
|
|
|
<field name="End" units="m" type="float" elementnames="North,East,Down" default="0"/>
|
|
|
|
<field name="StartingVelocity" units="m/s" type="float" elements="1" default="0"/>
|
|
|
|
<field name="EndingVelocity" units="m/s" type="float" elements="1" default="0"/>
|
2012-05-08 09:28:19 +02:00
|
|
|
|
|
|
|
<field name="Mode" units="" type="enum" elements="1" options="Endpoint,Path" default="0"/>
|
|
|
|
<!-- Endpoint Mode - Fly to end location and attempt to stay there -->
|
|
|
|
<!-- Path Mode - Attempt to fly a line from Start to End using specifed velocity -->
|
|
|
|
|
2012-04-10 05:39:41 +02:00
|
|
|
<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>
|