Merge branch 'rel-nano-15.05' into corvuscorax/fixedwingautotakeofftest
[librepilot.git] / shared / uavobjectdefinition / flightplansettings.xml
blob6357aad756f2d19e44b1ad47a646bc336aabf72f
1 <xml>
2     <object name="FlightPlanSettings" singleinstance="true" settings="true" category="Navigation">
3         <description>Settings for the flight plan module, control the execution of the script</description>
4         <field name="Test" units="" type="float" elements="1" defaultvalue="0.0"/>
5         <access gcs="readwrite" flight="readwrite"/>
6         <telemetrygcs acked="true" updatemode="onchange" period="0"/>
7         <telemetryflight acked="true" updatemode="onchange" period="0"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>