What problem does it solve? Robots that run for days or weeks accumulate ever-growing pose graphs that consume memory, slow the solver, and retain stale map data. This Skill guides the configuration of SLAM Toolbox lifelong mode so maps stay current and bounded over long deployments. ## Core Features & Use Cases - Lifelong Plugin Configuration: Set up slam_toolbox::LifelongSlamToolbox with a complete YAML covering scan matching, loop closure, and the Ceres solver. - Map Serialization Workflow: Serialize an initial online-mode map to .posegraph and .data files, then deserialize it as the starting point for lifelong operation. - Graph Trimming & Map Evolution: Understand how old low-information nodes are trimmed automatically and how revisited areas get updated when the environment changes. - Use Case: A patrol robot revisits a warehouse daily. Start from a serialized map, let lifelong mode reflect moved furniture and opened doors, and periodically re-serialize to save the latest state. ## Quick Start Ask the assistant to generate a lifelong mode YAML configuration for SLAM Toolbox that loads a previously serialized map and enables automatic graph trimming.