ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You may use the map_server node at your launch file. Do not forget to upload the.yaml file.
Something like this.
<arg name="map_file" default="$(find robot_navigation)/maps/my_map.yaml"/>
<node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)" />