mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 20:29:05 +08:00
distance sensor message: added type for radar sensors
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
parent
0b9da80ec1
commit
bb3b2ba52c
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user