Clearing and marking obstacles using range_sensor_layer

asked 2015-04-28 13:27:35 -0500

Naman gravatar image

updated 2015-04-28 20:15:47 -0500

Hi all,

So, I have been using range_sensor_layer to insert obstacles detected by the sonar sensors into the costmap. It seems to be working pretty well but I have couple of concerns:
1. If there are no obstacles in front of the sensor, why does it insert obstacles at the maximum range of that sonar? For example, if the maximum range is 3m, although there are no obstacles in front of the sensor, still it will insert an obstacle at 3m from the sensor.
2. This is more of a doubt. I added a parameter to specify the range so that obstacles only within that range will be inserted into the costmap. Whenever, there are no obstacles in front of the sonar, I do clear_sensor_cone = true which clears the entire costmap but what I want is that obstacles which have already been inserted into the costmap should not be cleared unless sonar tells that the obstacle is not there anymore. What is the best way to do something like this?

Thanks in advance
Naman Kumar

edit retag flag offensive close merge delete

Comments

HI there, Did you ever get this right, Im not having the identical problem but i cant seem to clear the obstacles inserted by the range sensor layer, if I stand in front of it, it inserts obstacle and then does not remove it?

miguel gravatar image miguel  ( 2015-10-15 12:50:58 -0500 )edit

Did you ever find a solution for inserted obstacles at maximum range?

triantatwo gravatar image triantatwo  ( 2016-06-28 20:49:29 -0500 )edit
1

For anyone who finds their way here like I did, the answer is at http://answers.ros.org/question/23831...

triantatwo gravatar image triantatwo  ( 2016-06-29 22:07:20 -0500 )edit

Hello, I need your help if you found the answer, please check my post http://answers.ros.org/question/32699...

Syrine gravatar image Syrine  ( 2019-06-27 09:07:43 -0500 )edit