where are stored obstacles from map?
hello, I want to check if my path is correct on many maps, so i want to know the position of the obstacles. The map is provided by map_server ( a picture in black for obstacles and white for empty spaces).
I Was thinking that these values were stored in the cotmap_ of my global_planner but I have checked costmap_.getCost(i,j) for all the position and everything is empty. ( if i sent a goal to my move_base, my robot avoid the obstacles)
So my question is where are stored obstacles from my map?
thanks