From 02c3765c1b68cfb48376294ec413f8e87bc90aff Mon Sep 17 00:00:00 2001 From: Martina Rivizzigno Date: Tue, 4 Jun 2019 17:50:08 +0200 Subject: [PATCH] obstacle_distance: add fields from mavlink extension --- msg/obstacle_distance.msg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/msg/obstacle_distance.msg b/msg/obstacle_distance.msg index 5f637e4af0..a42e03a183 100644 --- a/msg/obstacle_distance.msg +++ b/msg/obstacle_distance.msg @@ -13,3 +13,6 @@ uint8 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 increment_f # Angular width in degrees of each array element. If greater than 0, it's used instead of increment. +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.