From ca0cefc5028707c5ca55408178aa18c52b2e263e Mon Sep 17 00:00:00 2001 From: Rein Appeldoorn Date: Thu, 26 Sep 2024 16:00:34 +0200 Subject: [PATCH] release notes Signed-off-by: Rein Appeldoorn --- doc/release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index b55db861b3..1fb66c4475 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -56,6 +56,7 @@ steering_controllers_library ******************************** * Changing default int values to double in steering controller's yaml file. The controllers should now initialize successfully without specifying these parameters (`#927 `_). * A fix for Ackermann steering odometry was added (`#921 `_). +* Do not reset the steering wheels to ``0.0`` on timeout (`#1289 `_). tricycle_controller ************************