Skip to content

Commit 52327dd

Browse files
committed
16.0.5
Signed-off-by: Audrow Nash <audrow@intrinsic.ai>
1 parent 25263e8 commit 52327dd

8 files changed

Lines changed: 26 additions & 4 deletions

File tree

rclcpp/CHANGELOG.rst

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

5+
16.0.5 (2023-07-17)
6+
-------------------
7+
* warning: comparison of integer expressions of different signedness (`#2219 <https://github.com/ros2/rclcpp/issues/2219>`_) (`#2223 <https://github.com/ros2/rclcpp/issues/2223>`_)
8+
* Trigger the intraprocess guard condition with data (`#2164 <https://github.com/ros2/rclcpp/issues/2164>`_) (`#2167 <https://github.com/ros2/rclcpp/issues/2167>`_)
9+
* Implement validity checks for rclcpp::Clock (`#2040 <https://github.com/ros2/rclcpp/issues/2040>`_) (`#2210 <https://github.com/ros2/rclcpp/issues/2210>`_)
10+
* Contributors: Tomoya Fujita, mergify[bot]
11+
512
16.0.4 (2023-04-25)
613
-------------------
714
* use allocator via init_options argument. (`#2129 <https://github.com/ros2/rclcpp/issues/2129>`_) (`#2131 <https://github.com/ros2/rclcpp/issues/2131>`_)

rclcpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rclcpp</name>
5-
<version>16.0.4</version>
5+
<version>16.0.5</version>
66
<description>The ROS client library in C++.</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>

rclcpp_action/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package rclcpp_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
16.0.5 (2023-07-17)
7+
-------------------
8+
69
16.0.4 (2023-04-25)
710
-------------------
811
* Revert "Revert "extract the result response before the callback is issued. (`#2133 <https://github.com/ros2/rclcpp/issues/2133>`_)" (`#2148 <https://github.com/ros2/rclcpp/issues/2148>`_)" (`#2152 <https://github.com/ros2/rclcpp/issues/2152>`_)

rclcpp_action/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rclcpp_action</name>
5-
<version>16.0.4</version>
5+
<version>16.0.5</version>
66
<description>Adds action APIs for C++.</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>

rclcpp_components/CHANGELOG.rst

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

5+
16.0.5 (2023-07-17)
6+
-------------------
7+
58
16.0.4 (2023-04-25)
69
-------------------
710

rclcpp_components/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rclcpp_components</name>
5-
<version>16.0.4</version>
5+
<version>16.0.5</version>
66
<description>Package containing tools for dynamically loadable components</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>

rclcpp_lifecycle/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Changelog for package rclcpp_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
16.0.5 (2023-07-17)
7+
-------------------
8+
* Fix thread safety in LifecycleNode::get_current_state() for Humble (`#2183 <https://github.com/ros2/rclcpp/issues/2183>`_)
9+
* add initially-failing test case
10+
* apply changes to LifecycleNodeInterfaceImpl from `#1756 <https://github.com/ros2/rclcpp/issues/1756>`_
11+
* add static member to State for managing state_handle\_ access
12+
* allow parallel read access in MutexMap
13+
* Contributors: Joseph Schornak
14+
615
16.0.4 (2023-04-25)
716
-------------------
817

rclcpp_lifecycle/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rclcpp_lifecycle</name>
5-
<version>16.0.4</version>
5+
<version>16.0.5</version>
66
<description>Package containing a prototype for lifecycle implementation</description>
77
<maintainer email="ivanpauno@ekumenlabs.com">Ivan Paunovic</maintainer>
88
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>

0 commit comments

Comments
 (0)