ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
I think that you are looking for map_saver, which can convert costmap into map file.
Costmap cells can vary from "obstacle" to "free" (with "unknown" special case) as explained in the wiki.
map
cells are trinary: obstacle, free, unknown. You will see some configuration variables (as occ
and free
) for map_saver that will let you personalize thresholds if default ones do not suit your needs.
NB: a little indentation / spaces in your question would have been great ;) thanks!