forked from ros-teleop/teleop_twist_joy
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,31 @@ | |
Changelog for package teleop_twist_joy | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.4.6 (2024-06-17) | ||
------------------ | ||
* add inverted reverse param (`#35 <https://github.com/ros2/teleop_twist_joy/issues/35>`_) (`#43 <https://github.com/ros2/teleop_twist_joy/issues/43>`_) | ||
* add inverted-reverse param | ||
(cherry picked from commit 2a5f3e4f776869ae1e981f3ca1877cdf10318f37) | ||
# Conflicts: | ||
# src/teleop_twist_joy.cpp | ||
Co-authored-by: Máté <[email protected]> | ||
Co-authored-by: Alejandro Hernández Cordero <[email protected]> | ||
* Add an option to publish TwistStamped (backport `#42 <https://github.com/ros2/teleop_twist_joy/issues/42>`_) (`#45 <https://github.com/ros2/teleop_twist_joy/issues/45>`_) | ||
* Add an option to publish TwistStamped (`#42 <https://github.com/ros2/teleop_twist_joy/issues/42>`_) | ||
(cherry picked from commit 76cd6508a8c4e35d9fe3a6a8968abbe7159ffc08) | ||
# Conflicts: | ||
# README.md | ||
# src/teleop_twist_joy.cpp | ||
* resolved merge conflicts (`#47 <https://github.com/ros2/teleop_twist_joy/issues/47>`_) | ||
Co-authored-by: Yannic Bachmann <[email protected]> | ||
--------- | ||
Co-authored-by: Tamaki Nishino <[email protected]> | ||
Co-authored-by: Yannic Bachmann <[email protected]> | ||
Co-authored-by: Yannic Bachmann <[email protected]> | ||
Co-authored-by: Alejandro Hernández Cordero <[email protected]> | ||
* Added Humble CI (`#50 <https://github.com/ros2/teleop_twist_joy/issues/50>`_) | ||
* Contributors: Alejandro Hernández Cordero, mergify[bot] | ||
|
||
2.4.5 (2023-06-08) | ||
------------------ | ||
* Cleanup CMakeLists.txt. (`#36 <https://github.com/ros2/teleop_twist_joy/issues/36>`_) | ||
|