distance sensor message: added type for radar sensors

Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
Roman 2016-12-27 13:34:52 +01:00 committed by Lorenz Meier
parent 0b9da80ec1
commit bb3b2ba52c

View File

@ -10,6 +10,7 @@ uint8 type # Type from MAV_DISTANCE_SENSOR enum
uint8 MAV_DISTANCE_SENSOR_LASER = 0
uint8 MAV_DISTANCE_SENSOR_ULTRASOUND = 1
uint8 MAV_DISTANCE_SENSOR_INFRARED = 2
uint8 MAV_DISTANCE_SENSOR_RADAR = 3
uint8 id # Onboard ID of the sensor