2012-03-11 12:31:38 +01:00
|
|
|
<xml>
|
|
|
|
<object name="Waypoint" singleinstance="false" settings="false">
|
|
|
|
<description>A waypoint the aircraft can try and hit. Used by the @ref PathPlanner module</description>
|
|
|
|
<field name="Position" units="m" type="float" elementnames="North, East, Down"/>
|
2012-05-21 10:21:49 +02:00
|
|
|
<field name="Velocity" units="m/s" type="float" elements="1"/>
|
|
|
|
<field name="Action" units="" type="uint8" elements="1" />
|
2012-03-11 12:31:38 +01:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
2012-03-15 09:29:50 +01:00
|
|
|
<telemetryflight acked="false" updatemode="periodic" period="4000"/>
|
2012-03-11 12:31:38 +01:00
|
|
|
<logging updatemode="periodic" period="1000"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|