ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

rosrun map_server map_saver -f /tmp/my_map

saves my_map.pgm in /tmp folder which will be cleared on every reboot.

just do rosrun map_server map_saver -f my_map ,it will save map in current folder

or change saving path. rosrun map_server map_saver -f /..your..path.../my_map