Merge branch 'rel-nano-15.05' into corvuscorax/fixedwingautotakeofftest
[librepilot.git] / shared / uavobjectdefinition / flightplancontrol.xml
blob586794af8934f8ee2ee5b75dd5051d5a98213fd2
1 <xml>
2     <object name="FlightPlanControl" singleinstance="true" settings="false" category="Navigation">
3         <description>Control the flight plan script</description>
4         <field name="Command" units="" type="enum" options="Start,Stop,Kill" defaultvalue="Start" elements="1"/>
5         <access gcs="readwrite" flight="readwrite"/>
6         <telemetrygcs acked="true" updatemode="manual" period="0"/>
7         <telemetryflight acked="true" updatemode="manual" period="0"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>