2012-05-21 11:49:19 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="PathAction" singleinstance="false" settings="false" category="Navigation">
|
2012-05-21 11:49:19 +02:00
|
|
|
<description>A waypoint command the pathplanner is to use at a certain waypoint</description>
|
|
|
|
|
2013-12-01 19:38:23 +01:00
|
|
|
<field name="Mode" units="" type="enum" elements="1" options="FlyEndpoint,FlyVector,FlyCircleRight,FlyCircleLeft,
|
|
|
|
DriveEndpoint,DriveVector,DriveCircleLeft,DriveCircleRight,
|
|
|
|
FixedAttitude, SetAccessory, DisarmAlarm" default="Endpoint" />
|
|
|
|
<field name="ModeParameters" units="" type="float" elements="4" default="0"/>
|
|
|
|
<field name="EndCondition" units="" type="enum" elements="1" options="None,TimeOut,
|
|
|
|
DistanceToTarget,LegRemaining,BelowError,AboveAltitude,AboveSpeed,PointingTowardsNext,
|
|
|
|
PythonScript,Immediate" default="None" />
|
|
|
|
<field name="ConditionParameters" units="" type="float" elements="4" default="0"/>
|
|
|
|
<field name="Command" units="" type="enum" elements="1" options="OnConditionNextWaypoint,OnNotConditionNextWaypoint,
|
|
|
|
OnConditionJumpWaypoint,OnNotConditionJumpWaypoint,
|
|
|
|
IfConditionJumpWaypointElseNextWaypoint" default="OnConditionNextWaypoint" />
|
|
|
|
<field name="JumpDestination" units="waypoint" type="int16" elements="1" default="0"/>
|
|
|
|
<field name="ErrorDestination" units="waypoint" type="int16" elements="1" default="0"/>
|
2012-05-21 11:49:19 +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-05-21 11:49:19 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|