Skip to content

Commit

Permalink
sensor_msgs/Range lacks variance field (#181)
Browse files Browse the repository at this point in the history
* sensor_msgs/Range lacks variance field
Fixes #180

Signed-off-by: Alaa <ejalaa12@gmail.com>
  • Loading branch information
ejalaa12 authored Mar 15, 2023
1 parent 2208f18 commit 05d7e19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sensor_msgs/msg/Range.msg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 05d7e19

Please sign in to comment.