CHANGELOG
Changelog for package diff_drive_controller
2.37.3 (2024-09-11)
2.37.2 (2024-08-22)
2.37.1 (2024-08-14)
2.37.0 (2024-07-24)
2.36.0 (2024-07-09)
2.35.0 (2024-05-22)
2.34.0 (2024-04-01)
2.33.0 (2024-02-12)
2.32.0 (2024-01-20)
2.31.0 (2024-01-11)
2.30.0 (2023-12-20)
2.29.0 (2023-12-05)
2.28.0 (2023-11-30)
2.27.0 (2023-11-14)
2.26.0 (2023-10-03)
2.25.0 (2023-09-15)
2.24.0 (2023-08-07)
2.23.0 (2023-06-23)
2.22.0 (2023-06-14)
2.21.0 (2023-05-28)
2.20.0 (2023-05-14)
2.19.0 (2023-05-02)
2.18.0 (2023-04-29)
2.17.3 (2023-04-14)
2.17.2 (2023-03-07)
2.17.1 (2023-02-20)
[DiffDriveController] Fix prefixing of frame id with controller’s namespace (#522)
Contributors: Tim Verbelen
2.17.0 (2023-02-13)
2.16.1 (2023-01-31)
2.16.0 (2023-01-19)
2.15.0 (2022-12-06)
2.14.0 (2022-11-18)
2.13.0 (2022-10-05)
2.12.0 (2022-09-01)
Fix formatting CI job (#418)
Contributors: Tyler Weaver
2.11.0 (2022-08-04)
2.10.0 (2022-08-01)
2.9.0 (2022-07-14)
2.8.0 (2022-07-09)
2.7.0 (2022-07-03)
Update controllers with new get_name hardware interfaces (#369)
Contributors: Lucas Schulze
2.6.0 (2022-06-18)
2.5.0 (2022-05-13)
2.4.0 (2022-04-29)
updated to use node getter functions (#329)
Contributors: Bence Magyar, Denis Štogl, Jack Center
2.3.0 (2022-04-21)
Use CallbackReturn from controller_interface namespace (#333)
Contributors: Bence Magyar, Denis Štogl
2.2.0 (2022-03-25)
Use lifecycle node as base for controllers (#244)
Contributors: Denis Štogl, Vatan Aksoy Tezer, Bence Magyar
2.1.0 (2022-02-23)
use rolling mean from rcppmath (#211)
Contributors: Karsten Knese, Bence Magyar
2.0.1 (2022-02-01)
2.0.0 (2022-01-28)
1.3.0 (2022-01-11)
1.2.0 (2021-12-29)
Add velocity feedback option for diff_drive_controller (#260)
Contributors: Patrick Roncagliolo
1.1.0 (2021-10-25)
Use common test URDF from descriptions.hpp (#258)
Fix header include on Fedora <https://github.com/ros-controls/ros2_controllers/issues/255>`_ (#256)
Contributors: Denis Štogl, Josh Newans, Noeël Moeskops, bailaC
1.0.0 (2021-09-29)
Add time and period to update function (#241)
Unify style of controllers. (#236)
ros2_controllers code changes to support ros2_controls issue #489 (#233)
Removing Boost from controllers. (#235)
refactor get_current_state to get_state (#232)
Contributors: Bence Magyar, Denis Štogl, Márk Szitanics, bailaC
0.5.0 (2021-08-30)
0.4.1 (2021-07-08)
0.4.0 (2021-06-28)
0.3.1 (2021-05-23)
0.3.0 (2021-05-21)
0.2.1 (2021-05-03)
0.2.0 (2021-02-06)
Fix diff drive twist concurrency issues (#146) * Fix diff drive twist concurrency issues Before this fix, a twist message could be received and stored one thread, in the middle of the update() of the controller. This would be fixed by making a copy of the shared pointer at the beginning of the update() function, added realtime box to ensure safe concurrent access to the pointer. * Don’t store limited command as last command Before these changes, the limited command overwrote the original command, which mean that it too much more time to reach the commanded speed. We only want this behavior when the command is too old and we replace it with 0 speed.
Diff drive parameter fixes (#145) * Recover old speed limiter behavior, if unspecified min defaults to -max * Change cmd_vel_timeout to seconds (double) as ROS1 instead of ms(int)
Unstamped cmd_vel subscriber rebased (#143)
Contributors: Anas Abou Allaban, Victor Lopez
0.1.2 (2021-01-07)
Remove unused sensor_msgs dependency (was non-declared in package.xml) (#139)
Contributors: Bence Magyar