Skip to content

Commit c0e8b87

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
1 parent 7f9a307 commit c0e8b87

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

rclpy/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* TestClient.test_service_timestamps failing consistently. (`#1364 <https://github.com/ros2/rclpy/issues/1364>`_)
8+
* Revert "Add types to Action Server and Action Client (`#1349 <https://github.com/ros2/rclpy/issues/1349>`_)" (`#1359 <https://github.com/ros2/rclpy/issues/1359>`_)
9+
* Revert "Executors types (`#1345 <https://github.com/ros2/rclpy/issues/1345>`_)" (`#1360 <https://github.com/ros2/rclpy/issues/1360>`_)
10+
* remove mock_compat (`#1357 <https://github.com/ros2/rclpy/issues/1357>`_)
11+
* Executors types (`#1345 <https://github.com/ros2/rclpy/issues/1345>`_)
12+
* Add types to Action Server and Action Client (`#1349 <https://github.com/ros2/rclpy/issues/1349>`_)
13+
* Remove TODO for OpenSplice DDS issue. (`#1354 <https://github.com/ros2/rclpy/issues/1354>`_)
14+
* Add types to parameter_client.py (`#1348 <https://github.com/ros2/rclpy/issues/1348>`_)
15+
* Add types to Node.py (`#1346 <https://github.com/ros2/rclpy/issues/1346>`_)
16+
* Add types to signals.py (`#1344 <https://github.com/ros2/rclpy/issues/1344>`_)
17+
* Fixes spin_until_future_complete inside callback (`#1316 <https://github.com/ros2/rclpy/issues/1316>`_)
18+
* add types (`#1339 <https://github.com/ros2/rclpy/issues/1339>`_)
19+
* Add types to wait_for_message.py and moves Handles into type stubs (`#1325 <https://github.com/ros2/rclpy/issues/1325>`_)
20+
* Add types to waitable.py (`#1328 <https://github.com/ros2/rclpy/issues/1328>`_)
21+
* Replace rclpyHandle with type stubs (`#1326 <https://github.com/ros2/rclpy/issues/1326>`_)
22+
* Fix time subtraction (`#1312 <https://github.com/ros2/rclpy/issues/1312>`_)
23+
* Adds types to TypeDescriptionService. (`#1329 <https://github.com/ros2/rclpy/issues/1329>`_)
24+
* Import DurationHandle not DurationType (`#1332 <https://github.com/ros2/rclpy/issues/1332>`_)
25+
* Creates PublisherHandle and updates publisher.py (`#1310 <https://github.com/ros2/rclpy/issues/1310>`_)
26+
* Subscription types (`#1281 <https://github.com/ros2/rclpy/issues/1281>`_)
27+
* Add types to qos.py (`#1255 <https://github.com/ros2/rclpy/issues/1255>`_)
28+
* minor improvements (`#1330 <https://github.com/ros2/rclpy/issues/1330>`_)
29+
* Initialize signal handlers after context (`#1331 <https://github.com/ros2/rclpy/issues/1331>`_)
30+
* shutdown ThreadPoolExecutor in MultiThreadedExecutor. (`#1309 <https://github.com/ros2/rclpy/issues/1309>`_)
31+
* Generics Services and Clients (`#1275 <https://github.com/ros2/rclpy/issues/1275>`_)
32+
* Add types to ParameterService (`#1262 <https://github.com/ros2/rclpy/issues/1262>`_)
33+
* Add types to timer.py (`#1260 <https://github.com/ros2/rclpy/issues/1260>`_)
34+
* Add types to rcutils_logger.py (`#1249 <https://github.com/ros2/rclpy/issues/1249>`_)
35+
* Add types to topic_endpoint_info.oy (`#1253 <https://github.com/ros2/rclpy/issues/1253>`_)
36+
* Add types to parameter.py. (`#1246 <https://github.com/ros2/rclpy/issues/1246>`_)
37+
* Guard condition types. (`#1252 <https://github.com/ros2/rclpy/issues/1252>`_)
38+
* Add types to callback_groups.py (`#1251 <https://github.com/ros2/rclpy/issues/1251>`_)
39+
* Utilities.py types. (`#1250 <https://github.com/ros2/rclpy/issues/1250>`_)
40+
* reduce result_timeout to 10 secs from 15 mins. (`#1171 <https://github.com/ros2/rclpy/issues/1171>`_)
41+
* Add TimerInfo to timer callback. (`#1292 <https://github.com/ros2/rclpy/issues/1292>`_)
42+
* Contributors: Jonathan, Michael Carlstrom, Shane Loretz, Tomoya Fujita
43+
544
7.5.0 (2024-07-29)
645
------------------
746
* Add types to task.py (`#1254 <https://github.com/ros2/rclpy/issues/1254>`_)

0 commit comments

Comments
 (0)