Skip to content

Commit

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

Signed-off-by: Alaa <ejalaa12@gmail.com>
  • Loading branch information
ejalaa12 committed Mar 17, 2022
1 parent 105e831 commit 5f4d777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sensor_msgs/msg/Range.msg
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ 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 5f4d777

Please sign in to comment.