Obstacle insertion in map
I have a sensor to detect obstacles that are not visible. I want my robot to avoid them because they are dangerous despite not being visible.
I have a path planning working with my laser sensor. So, I imagine that the best way of avoiding this potentially harmful points is by introducing them in the obstacle map.
Is it possible? How can I do it and prevent the laser clearing them in the map?
Thank you
EDIT:
I am using navigation package with my TOF camera to implement an AMCL and a path planning. The problem I have is that I need to add invisible obstacles (they are recognised by a radio frequency system). My path planning is working properly right now, but I need to introduce more information in the map.
What kind of sensor is it?
I have explained it above