-
Notifications
You must be signed in to change notification settings - Fork 421
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: Audrow Nash <[email protected]>
- Loading branch information
Showing
8 changed files
with
22 additions
and
4 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
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>rclcpp</name> | ||
<version>16.0.5</version> | ||
<version>16.0.6</version> | ||
<description>The ROS client library in C++.</description> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
|
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
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>rclcpp_action</name> | ||
<version>16.0.5</version> | ||
<version>16.0.6</version> | ||
<description>Adds action APIs for C++.</description> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
|
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
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>rclcpp_components</name> | ||
<version>16.0.5</version> | ||
<version>16.0.6</version> | ||
<description>Package containing tools for dynamically loadable components</description> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
|
||
16.0.6 (2023-09-19) | ||
------------------- | ||
* Switch lifecycle to use the RCLCPP macros Signed-off-by: Tony Najjar <[email protected]> (`#2234 <https://github.com/ros2/rclcpp/issues/2234>`_) | ||
* Contributors: Tony Najjar | ||
|
||
16.0.5 (2023-07-17) | ||
------------------- | ||
* Fix thread safety in LifecycleNode::get_current_state() for Humble (`#2183 <https://github.com/ros2/rclcpp/issues/2183>`_) | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="2"> | ||
<name>rclcpp_lifecycle</name> | ||
<version>16.0.5</version> | ||
<version>16.0.6</version> | ||
<description>Package containing a prototype for lifecycle implementation</description> | ||
<maintainer email="[email protected]">Ivan Paunovic</maintainer> | ||
<maintainer email="[email protected]">Jacob Perron</maintainer> | ||
|