map.yaml format
how to create map in yaml format ??
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
The [map_name].yaml file only contains metadata about the map, which is given as a separate [map_name].pgm image file. You can create maps by using a SLAM algorithm and saving it using the map_saver tool. In principle, you can also edit maps by editing .pgm files with a graphics editing program of your choice.
Most relevant information can be found on the map_server wiki page.
How to generate maps with SLAM algorithms is described here (gmapping) and here (hector_mapping).
Asked: 2012-08-31 21:51:52 -0600
Seen: 5,527 times
Last updated: Aug 31 '12