diff --git a/sensor_msgs/msg/Range.msg b/sensor_msgs/msg/Range.msg index abb027a3..ed3a93b0 100644 --- a/sensor_msgs/msg/Range.msg +++ b/sensor_msgs/msg/Range.msg @@ -37,3 +37,6 @@ float32 range # range data [m] # (Detection too close to the sensor to quantify) # +Inf represents no detection within the fixed distance. # (Object out of range) + +float32 variance # variance of the range sensor + # 0 is interpreted as variance unknown