What problem does it solve? Robots using Nav2 often get stuck when the spin recovery behavior fails to start, oscillates, or overshoots its target angle. This Skill provides the configuration knowledge to tune the nav2_behaviors::Spin plugin so stuck-recovery rotations work reliably. ## Core Features & Use Cases - Parameter Tuning: Configure spin_dist, max_rotational_vel, min_rotational_vel, rotational_acc_lim, and simulate_ahead_time in the behavior_server YAML. - Failure Diagnosis: Resolve the common "spin won't start" problem caused by simulate_ahead_time collision projection overlapping inflated costmap cells. - BT Integration: Wire the Spin action node into RecoveryNode and RoundRobin behavior tree sequences alongside BackUp and Wait. - Use Case: Your robot logs "Collision Ahead" and the spin recovery returns FAILURE immediately without rotating. Use this Skill to lower simulate_ahead_time from 2.0 to 0.5-1.0 and reduce the local costmap inflation_radius so rotation can proceed. ## Quick Start Ask the AI to configure the Nav2 spin recovery behavior so the robot rotates 90 degrees when stuck without failing the collision check.