00
In productionProintermediateController smoothing
The wheels jerk on every plan update
Rate-limit the commanded speed so a step change in the target ramps smoothly instead of jerking.
Pairs with Field cases: controller tuning from a real AMR in Nav2 Incident Response. Read the concept first, then diagnose it here.
Unlock this lab with ProOperator report
Each time the plan updates, cmd_vel jumps and the robot lurches; the ride is jittery.
Ubuntu 24.04, ROS 2 Jazzy, Nav2, Gazebo Harmonic, warehouse mission simulator
System boundary
Trace only the relevant path.
- 01target speed→
- 02velocity_smoother→
- 03/cmd_velOUT
02
How this lab works
You diagnose it. No command list.
Open the repair workspace and gather your own evidence in a real terminal. No diagnostic commands are handed to you - finding the fault is the exercise. Stuck? Progressive hints unlock inside the workspace.
Verification
Pass more than the visible symptom.
- Commanded speed ramps within a slew-rate limit
- Commanded speed still reaches the target
- Hidden regression behavior
- Root cause explanation