From a48d28da59df32855bc7c1693fa5b8af4d51a7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Mon, 17 Jun 2024 13:46:30 +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 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebaafe9..3f8ff60 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,31 @@ Changelog for package teleop_twist_joy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.4.6 (2024-06-17) +------------------ +* add inverted reverse param (`#35 `_) (`#43 `_) + * add inverted-reverse param + (cherry picked from commit 2a5f3e4f776869ae1e981f3ca1877cdf10318f37) + # Conflicts: + # src/teleop_twist_joy.cpp + Co-authored-by: Máté <56221639+turtlewizard73@users.noreply.github.com> + Co-authored-by: Alejandro Hernández Cordero +* Add an option to publish TwistStamped (backport `#42 `_) (`#45 `_) + * Add an option to publish TwistStamped (`#42 `_) + (cherry picked from commit 76cd6508a8c4e35d9fe3a6a8968abbe7159ffc08) + # Conflicts: + # README.md + # src/teleop_twist_joy.cpp + * resolved merge conflicts (`#47 `_) + Co-authored-by: Yannic Bachmann + --------- + Co-authored-by: Tamaki Nishino + Co-authored-by: Yannic Bachmann <76436302+YBachmann@users.noreply.github.com> + Co-authored-by: Yannic Bachmann + Co-authored-by: Alejandro Hernández Cordero +* Added Humble CI (`#50 `_) +* Contributors: Alejandro Hernández Cordero, mergify[bot] + 2.4.5 (2023-06-08) ------------------ * Cleanup CMakeLists.txt. (`#36 `_)