diff --git a/migration/Humble.rst b/migration/Humble.rst index 30ecbb14a..6c8b64af4 100644 --- a/migration/Humble.rst +++ b/migration/Humble.rst @@ -177,3 +177,9 @@ Publish Collision Monitor State ******************************* `PR #3504 `_ adds a new ``state_topic`` parameter to the CollisionMonitor. If specified, this optional parameter enables the state topic publisher. The topic reports the currently activated polygon action type and name. + + +Velocity smoother applies deceleration when timeout +*************************************************** + +`PR #3512 `_ makes the VelocitySmoother apply the deceleration when the input command timeout.