What problem does it solve? Setting up SLAM Toolbox for real-time mapping requires tuning dozens of interdependent YAML parameters for scan matching, loop closure, and the Ceres solver, and misconfiguration leads to drift, segfaults, or maps that lag behind the robot. ## Core Features & Use Cases - Complete parameter reference: Covers frame/topic setup, motion thresholds, correlation and loop-closure scan matchers, Ceres solver options, and interactive mode. - Ready-to-use YAML: Provides a complete online sync configuration that can be adapted directly to a robot. - Mapping to localization workflow: Explains how to serialize a pose graph and restart in localization mode against the saved map. - Use Case: A robotics engineer bringing up a Jetson-based ROS2 Humble robot with a YDLidar needs a working SLAM configuration; this Skill supplies the full parameter set plus guidance on loop closure tuning and stack size for large maps. ## Quick Start Ask the assistant to generate a SLAM Toolbox online sync YAML configuration for a robot publishing LaserScan on /scan with odom and base_link frames.