mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
3f1ea5ed09
enable only at users discretion as needed to preserve log space
31 lines
1.5 KiB
XML
31 lines
1.5 KiB
XML
<xml>
|
|
<object name="PathAction" singleinstance="false" settings="false" category="Navigation">
|
|
<description>A waypoint command the pathplanner is to use at a certain waypoint</description>
|
|
<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"/>
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="periodic" period="4000"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|