2012-06-01 20:14:50 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="Waypoint" singleinstance="false" settings="false" category="Navigation">
|
2012-06-01 20:14:50 +02:00
|
|
|
<description>A waypoint the aircraft can try and hit. Used by the @ref PathPlanner module</description>
|
2013-12-01 19:38:23 +01:00
|
|
|
|
2012-06-01 20:14:50 +02:00
|
|
|
<field name="Position" units="m" type="float" elementnames="North, East, Down"/>
|
2013-12-01 19:38:23 +01:00
|
|
|
<field name="Velocity" units="m/s" type="float" elements="1"/>
|
|
|
|
<field name="Action" units="" type="uint8" elements="1" />
|
|
|
|
|
2012-06-01 20:14:50 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
2013-07-15 22:21:13 +02:00
|
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
2013-12-01 19:38:23 +01:00
|
|
|
<telemetryflight acked="true" updatemode="manual" period="0"/>
|
2013-12-08 14:58:01 +01:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2012-06-01 20:14:50 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|