ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What does the "range" attribute of the Range object from the sensor_msgs.msg package actually mean?

asked 2018-05-03 14:45:44 -0500

nbro gravatar image

updated 2018-05-03 14:48:36 -0500

What does the "range" attribute of the Range object from the sensor_msgs.msg package actually mean? What does its value represent?

After having read the documentation, I have still not understood what its value represents. I am getting values (from 7 sensors of a robot, 5 in the front and 2 in the back) which I can't really make sense of.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-05-03 15:00:49 -0500

gvdhoorn gravatar image

updated 2018-05-04 04:26:12 -0500

range is the distance the sensor measures in metres. I hate to state the obvious, but that is what the docs for the field also state: range data [m].

Distance from what?

From the sensor's 'origin', wherever/however that is defined by the manufacturer.

If the driver for your sensor has been written properly, it should set that in the header.frame_id field. This is the same for any other sensor msg that has a Header.

From the sensor's origin to what?

You are serious, right?

Distance to whatever distant point the range sensor is measuring the distance to. So for a sonar that would mean half the distance between the sonar emitter, the reflecting surface and the sonar detector. Refer to wikibooks/Robotics/Sensors/Ranging Sensors for some examples or ranging sensors.

Yes, I am serious. I am getting weird values. All the range values of the sensors, if they are not detecting anything, should all be equal, but not in my case.

Well I can't help you with that. I also don't believe they should all necessarily be equal. There is always noise, and especially with multiple sensors the possibility that they are detecting each other (at least with sonars), reflections, etc, etc.

edit flag offensive delete link more

Comments

@gvdhoorn Distance from what?

nbro gravatar image nbro  ( 2018-05-03 15:01:53 -0500 )edit

@gvdhoorn From the sensor's origin to what?

nbro gravatar image nbro  ( 2018-05-03 15:07:30 -0500 )edit

@gvdhoorn Yes, I am serious. I am getting weird values. All the range values of the sensors, if they are not detecting anything, should all be equal, but not in my case.

nbro gravatar image nbro  ( 2018-05-03 15:18:43 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-05-03 14:45:44 -0500

Seen: 285 times

Last updated: May 04 '18