From cd4a4ef599b44cdaa135cbe94cb3478366e0940a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Fri, 6 Sep 2024 19:47:02 +0200 Subject: [PATCH] Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f28f6c..3c4e150 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package teleop_twist_joy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.6.2 (2024-09-06) +------------------ +* Update the launch file to work with modern joy. (`#52 `_) + It should use "device_id" (not "dev") as the parameter, + and the parameter should be a number, not a path (this is + effectively the SDL device number, which is cross-platform). +* Contributors: Chris Lalancette + 2.6.1 (2024-06-17) ------------------ * Added Github action (`#48 `_)