Cannot build a map
when i launch the file in ubuntu 14.04 indigo ,it show some message :
/slam_karto/resolution: 0.025
NODES / slam_karto (slam_karto/slam_karto)
ROS_MASTER_URI=http://localhost:11311
core service [/rosout] found process[slam_karto-1]: started with pid [11332] [ INFO] [1525954587.980608653]: laser base_scan's pose wrt base: 0.254 0.000 0.000 Info: clipped range threshold to be within minimum and maximum range! Registering sensor: [base_scan] LaserRangeScan contains 720 range readings, expected 721
it cannot show a map in rviz.
this is my launch file:
<launch>
<node pkg="slam_karto" type="slam_karto" name="slam_karto" output="screen">
<remap from="scan" to="scan"/>
<param name="odom_frame" value="odom"/>
<param name="map_update_interval" value="25"/>
<param name="resolution" value="0.025"/>
</node>
</launch>