What problem does it solve? Tuning the Nav2 DWB local planner requires understanding dozens of interdependent parameters for velocity sampling, acceleration limits, and critic scoring, and misconfiguration causes oscillation, corner clipping, or excessive CPU load. ## Core Features & Use Cases - Parameter Reference: Documents velocity limits, acceleration limits, and trajectory generation settings (sim_time, vx_samples, vtheta_samples) with typical values for differential-drive robots. - Critic Configuration: Explains the critic plugin list (RotateToGoal, Oscillation, BaseObstacle, GoalAlign, PathAlign, PathDist, GoalDist) and ordering effects with short-circuit evaluation. - Troubleshooting Guidance: Maps common symptoms like wobbling, corner clipping, and high CPU usage to specific parameter adjustments. - Use Case: A robotics engineer setting up a differential-drive robot in Nav2 copies the complete YAML template, then tunes critic scales to stop the robot from clipping corners in narrow hallways. ## Quick Start Ask the AI to generate a DWB controller configuration for a differential-drive robot with a max speed of 0.5 m/s using this skill.