ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you already have a map in YAML format and as an PGM file (or other compatible format) you need to run map_server to publish the map on a ros topic.
To add it to your launch file include this:
<node name="map_server" pkg="map_server" type="map_server" args="$(find your_package_name)/map/your_map_name.yaml"/>