Skip to content

Commit 250f606

Browse files
committed
Update changelogs
1 parent 364462a commit 250f606

File tree

26 files changed

+377
-0
lines changed

26 files changed

+377
-0
lines changed

ackermann_steering_controller/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ackermann_steering_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Bump version of pre-commit hooks (`#1618 <https://github.com/ros-controls/ros2_controllers/issues/1618>`_)
8+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
9+
* Contributors: Christoph Fröhlich, github-actions[bot]
10+
511
4.22.0 (2025-03-17)
612
-------------------
713

admittance_controller/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package admittance_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Bump version of pre-commit hooks (`#1618 <https://github.com/ros-controls/ros2_controllers/issues/1618>`_)
8+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
9+
* Replace RCLCPP\_*_STREAM macros with RCLCPP\_* (`#1600 <https://github.com/ros-controls/ros2_controllers/issues/1600>`_)
10+
* Contributors: Christoph Fröhlich, Vedant Randive, github-actions[bot]
11+
512
4.22.0 (2025-03-17)
613
-------------------
714

bicycle_steering_controller/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package bicycle_steering_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Bump version of pre-commit hooks (`#1618 <https://github.com/ros-controls/ros2_controllers/issues/1618>`_)
8+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
9+
* Contributors: Christoph Fröhlich, github-actions[bot]
10+
511
4.22.0 (2025-03-17)
612
-------------------
713

diff_drive_controller/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package diff_drive_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Bump version of pre-commit hooks (`#1618 <https://github.com/ros-controls/ros2_controllers/issues/1618>`_)
8+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
9+
* Contributors: Christoph Fröhlich, github-actions[bot]
10+
511
4.22.0 (2025-03-17)
612
-------------------
713
* Use the custom validators directly from control_toolbox (`#1504 <https://github.com/ros-controls/ros2_controllers/issues/1504>`_)

effort_controllers/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package effort_controllers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
8+
* Contributors: Christoph Fröhlich
9+
510
4.22.0 (2025-03-17)
611
-------------------
712
* Fix the `ActivateWithWrongJointsNamesFails` test (`#1570 <https://github.com/ros-controls/ros2_controllers/issues/1570>`_)

force_torque_sensor_broadcaster/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package force_torque_sensor_broadcaster
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* [CI] Revert test changes to debug the timeout from test_force_torque_sensor_broadcaster (`#1622 <https://github.com/ros-controls/ros2_controllers/issues/1622>`_)
8+
* Bump version of pre-commit hooks (`#1618 <https://github.com/ros-controls/ros2_controllers/issues/1618>`_)
9+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
10+
* [CI] Time out from test_force_torque_sensor_broadcaster (`#1586 <https://github.com/ros-controls/ros2_controllers/issues/1586>`_)
11+
* Contributors: Christoph Fröhlich, Julia Jia, github-actions[bot]
12+
513
4.22.0 (2025-03-17)
614
-------------------
715

forward_command_controller/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package forward_command_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
8+
* Contributors: Christoph Fröhlich
9+
510
4.22.0 (2025-03-17)
611
-------------------
712
* [ForwardCommandController] Fix the duplicate command interface types when reconfiguring the controller (`#1568 <https://github.com/ros-controls/ros2_controllers/issues/1568>`_)

gpio_controllers/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package gpio_controllers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use gmock instead of gtest (`#1625 <https://github.com/ros-controls/ros2_controllers/issues/1625>`_)
8+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
9+
* Contributors: Christoph Fröhlich, Yassine Cherni
10+
511
4.22.0 (2025-03-17)
612
-------------------
713

Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package gps_sensor_broadcaster
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Add GPSBroadcaster (`#1554 <https://github.com/ros-controls/ros2_controllers/issues/1554>`_)
8+
* Contributors: Wiktor Bajor
9+
10+
* Add GPSBroadcaster (`#1554 <https://github.com/ros-controls/ros2_controllers/issues/1554>`_)
11+
* Contributors: Wiktor Bajor
12+
13+
4.22.0 (2025-03-17)
14+
-------------------
15+
16+
4.21.0 (2025-03-01)
17+
-------------------
18+
19+
4.20.0 (2025-01-29)
20+
-------------------
21+
22+
4.19.0 (2025-01-13)
23+
-------------------
24+
25+
4.18.0 (2024-12-19)
26+
-------------------
27+
28+
4.17.0 (2024-12-07)
29+
-------------------
30+
31+
4.16.0 (2024-11-08)
32+
-------------------
33+
34+
4.15.0 (2024-10-07)
35+
-------------------
36+
37+
4.14.0 (2024-09-11)
38+
-------------------
39+
40+
4.13.0 (2024-08-22)
41+
-------------------
42+
43+
4.12.1 (2024-08-14)
44+
-------------------
45+
46+
4.12.0 (2024-07-23)
47+
-------------------
48+
49+
4.11.0 (2024-07-09)
50+
-------------------
51+
52+
4.10.0 (2024-07-01)
53+
-------------------
54+
55+
4.9.0 (2024-06-05)
56+
------------------
57+
58+
4.8.0 (2024-05-14)
59+
------------------
60+
61+
4.7.0 (2024-03-22)
62+
------------------
63+
64+
4.6.0 (2024-02-12)
65+
------------------
66+
67+
4.5.0 (2024-01-31)
68+
------------------
69+
70+
4.4.0 (2024-01-11)
71+
------------------
72+
73+
4.3.0 (2024-01-08)
74+
------------------
75+
76+
4.2.0 (2023-12-12)
77+
------------------
78+
79+
4.1.0 (2023-12-01)
80+
------------------
81+
82+
4.0.0 (2023-11-21)
83+
------------------
84+
85+
3.17.0 (2023-10-31)
86+
-------------------
87+
88+
3.16.0 (2023-09-20)
89+
-------------------
90+
91+
3.15.0 (2023-09-11)
92+
-------------------
93+
94+
3.14.0 (2023-08-16)
95+
-------------------
96+
97+
3.13.0 (2023-08-04)
98+
-------------------
99+
100+
3.12.0 (2023-07-18)
101+
-------------------
102+
103+
3.11.0 (2023-06-24)
104+
-------------------
105+
106+
3.10.1 (2023-06-06)
107+
-------------------
108+
109+
3.10.0 (2023-06-04)
110+
-------------------
111+
112+
3.9.0 (2023-05-28)
113+
------------------
114+
115+
3.8.0 (2023-05-14)
116+
------------------
117+
118+
3.7.0 (2023-05-02)
119+
------------------
120+
121+
3.6.0 (2023-04-29)
122+
------------------
123+
124+
3.5.0 (2023-04-14)
125+
------------------
126+
127+
3.4.0 (2023-04-02)
128+
------------------
129+
130+
3.3.0 (2023-03-07)
131+
------------------
132+
133+
3.2.0 (2023-02-10)
134+
------------------
135+
136+
3.1.0 (2023-01-26)
137+
------------------
138+
139+
3.0.0 (2023-01-19)
140+
------------------
141+
142+
2.15.0 (2022-12-06)
143+
-------------------
144+
145+
2.14.0 (2022-11-18)
146+
-------------------
147+
148+
2.13.0 (2022-10-05)
149+
-------------------
150+
151+
2.12.0 (2022-09-01)
152+
-------------------
153+
154+
2.11.0 (2022-08-04)
155+
-------------------
156+
157+
2.10.0 (2022-08-01)
158+
-------------------
159+
160+
2.9.0 (2022-07-14)
161+
------------------
162+
163+
2.8.0 (2022-07-09)
164+
------------------
165+
166+
2.7.0 (2022-07-03)
167+
------------------
168+
169+
2.6.0 (2022-06-18)
170+
------------------
171+
172+
2.5.0 (2022-05-13)
173+
------------------
174+
175+
2.4.0 (2022-04-29)
176+
------------------
177+
178+
2.3.0 (2022-04-21)
179+
------------------
180+
181+
2.2.0 (2022-03-25)
182+
------------------
183+
184+
2.1.0 (2022-02-23)
185+
------------------
186+
187+
2.0.1 (2022-02-01)
188+
------------------
189+
190+
2.0.0 (2022-01-28)
191+
------------------
192+
193+
1.3.0 (2022-01-11)
194+
------------------
195+
196+
1.2.0 (2021-12-29)
197+
------------------
198+
199+
1.1.0 (2021-10-25)
200+
------------------
201+
202+
1.0.0 (2021-09-29)
203+
------------------
204+
205+
0.5.0 (2021-08-30)
206+
------------------
207+
208+
0.4.1 (2021-07-08)
209+
------------------
210+
211+
0.4.0 (2021-06-28)
212+
------------------
213+
214+
0.3.1 (2021-05-23)
215+
------------------
216+
217+
0.3.0 (2021-05-21)
218+
------------------
219+
220+
0.2.1 (2021-05-03)
221+
------------------
222+
223+
0.2.0 (2021-02-06)
224+
------------------
225+
226+
0.1.2 (2021-01-07)
227+
------------------
228+
229+
0.1.1 (2021-01-06)
230+
------------------
231+
232+
0.1.0 (2020-12-23)
233+
------------------

gripper_controllers/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package gripper_controllers
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Use global cmake macros and fix gcc-10 build (`#1527 <https://github.com/ros-controls/ros2_controllers/issues/1527>`_)
8+
* Replace RCLCPP\_*_STREAM macros with RCLCPP\_* (`#1600 <https://github.com/ros-controls/ros2_controllers/issues/1600>`_)
9+
* Contributors: Christoph Fröhlich, Vedant Randive
10+
511
4.22.0 (2025-03-17)
612
-------------------
713

0 commit comments

Comments
 (0)