Creating my own probability map based on the occupancyGrid map?
Hi, I would like to navigate the turtlebot in a map that i have creating using gmapping. But i would like to set the goal positions based on my own logical probability map which gives me the next goal the robot has to move to. Could someone throw some light on how to create my own map, which would be corresponding to the occupancygrid map that came out of gmapping.
I didn't find any tutorials on costmap_2d so is there anything that i am missing. Any ideas and suggestions are appreciated.
Thanks, Karthik
Atleast if i know how to access the available OccupancyGrid map in ros, I could generate my own Matrix using OpenCV's Mat structure and define my goals. Let me know if this is a good procedure.