Skip to content

Commit 32e42dc

Browse files
authored
Merge branch 'ros2:master' into hliberacki/spin_until
2 parents b68b4e1 + 14c743a commit 32e42dc

File tree

57 files changed

+209
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+209
-32
lines changed

launch_testing/launch_testing_examples/CHANGELOG.rst

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

5+
0.16.0 (2022-04-29)
6+
-------------------
7+
58
0.15.0 (2022-03-01)
69
-------------------
710

launch_testing/launch_testing_examples/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_testing_examples</name>
5-
<version>0.15.0</version>
5+
<version>0.16.0</version>
66
<description>Examples of simple launch tests</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_testing/launch_testing_examples/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version='0.15.0',
7+
version='0.16.0',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

rclcpp/actions/minimal_action_client/CHANGELOG.rst

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

5+
0.16.0 (2022-04-29)
6+
-------------------
7+
58
0.15.0 (2022-03-01)
69
-------------------
710

rclcpp/actions/minimal_action_client/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>examples_rclcpp_minimal_action_client</name>
5-
<version>0.15.0</version>
5+
<version>0.16.0</version>
66
<description>Minimal action client examples</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/actions/minimal_action_server/CHANGELOG.rst

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

5+
0.16.0 (2022-04-29)
6+
-------------------
7+
58
0.15.0 (2022-03-01)
69
-------------------
710

rclcpp/actions/minimal_action_server/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>examples_rclcpp_minimal_action_server</name>
5-
<version>0.15.0</version>
5+
<version>0.16.0</version>
66
<description>Minimal action server examples</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/composition/minimal_composition/CHANGELOG.rst

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

5+
0.16.0 (2022-04-29)
6+
-------------------
7+
58
0.15.0 (2022-03-01)
69
-------------------
710

rclcpp/composition/minimal_composition/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>examples_rclcpp_minimal_composition</name>
5-
<version>0.15.0</version>
5+
<version>0.16.0</version>
66
<description>Minimalist examples of composing nodes in the same
77
process</description>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rclcpp/executors/cbg_executor/CHANGELOG.rst

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

5+
0.16.0 (2022-04-29)
6+
-------------------
7+
58
0.15.0 (2022-03-01)
69
-------------------
710
* Improve scheduling configuration of examples_rclcpp_cbg_executor package (`#331 <https://github.com/ros2/examples/issues/331>`_)

0 commit comments

Comments
 (0)