MAVLink: added RANGEFINDER message

This commit is contained in:
Andrew Tridgell 2013-03-01 11:59:40 +11:00
parent 8ed2f7d21c
commit 44768c911f
1 changed files with 6 additions and 0 deletions

View File

@ -338,6 +338,12 @@
<field type="uint8_t" name="len">data length</field>
<field type="uint8_t[96]" name="data">raw data</field>
</message>
<message name="RANGEFINDER" id="173">
<description>Rangefinder reporting</description>
<field type="float" name="distance">distance in meters</field>
<field type="float" name="voltage">raw voltage if available, zero otherwise</field>
</message>
</messages>
</mavlink>