Merge branch 'rel-nano-15.05' into corvuscorax/fixedwingautotakeofftest
[librepilot.git] / shared / uavobjectdefinition / sonaraltitude.xml
blob11ee339332f8b465e4a3a2562e171d0358e88f67
1 <xml>
2     <object name="SonarAltitude" singleinstance="true" settings="false" category="Sensors">
3         <description>The raw data from the ultrasound sonar sensor with altitude estimate.</description>
4         <field name="Altitude" units="m" type="float" elements="1"/>
5         <access gcs="readwrite" flight="readwrite"/>
6         <telemetrygcs acked="false" updatemode="manual" period="0"/>
7         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>