mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
distance sensor message: added type for radar sensors
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user