What problem does it solve? Saving SLAM-generated occupancy grid maps in ROS2 requires correct QoS settings, thresholds, and topic configuration, and misconfiguration causes timeouts or corrupted map output. This Skill provides the exact parameters, CLI commands, and service interfaces needed to save maps reliably. ## Core Features & Use Cases - Map Saver Configuration: Set save_map_timeout, free/occupied thresholds, and TRANSIENT_LOCAL QoS for the nav2_map_server map_saver_server. - CLI and Service Saving: Save maps via map_saver_cli with custom topics, formats (pgm/png), and modes (trinary/scale/raw), or programmatically through the SaveMap service. - SLAM Toolbox Integration: Serialize full pose graphs alongside PGM/YAML output to preserve lifelong mapping state. - Use Case: After a mapping run with SLAM Toolbox, save both the serialized pose graph for continued SLAM and the static PGM/YAML map for AMCL-based navigation. ## Quick Start Save the current SLAM map to a file named my_map using the Nav2 map saver CLI with default thresholds.