mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-06 03:13:00 +08:00
adapted UORB Description to match MAVLink
This commit is contained in:
committed by
Matthias Grob
parent
aa8a9e3a06
commit
76cf54c948
@@ -19,6 +19,6 @@ float32 increment # Angular width in degrees of each array element.
|
||||
uint16 min_distance # Minimum distance the sensor can measure in centimeters.
|
||||
uint16 max_distance # Maximum distance the sensor can measure in centimeters.
|
||||
|
||||
float32 angle_offset # Relative angle offset of the 0-index element in the distances array. Value of 0 corresponds to forward. Positive values are offsets to the right.
|
||||
float32 angle_offset # Relative angle offset of the 0-index element in the distances array. Value of 0 corresponds to forward. Positive is clockwise direction, negative is counter-clockwise.
|
||||
|
||||
# TOPICS obstacle_distance obstacle_distance_fused
|
||||
|
||||
Reference in New Issue
Block a user