Skip to content

Commit 657aad5

Browse files
committed
0.21.0
Signed-off-by: Audrow Nash <audrow@hey.com>
1 parent 7a15d0b commit 657aad5

File tree

47 files changed

+89
-26
lines changed

Some content is hidden

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

47 files changed

+89
-26
lines changed

action_tutorials/action_tutorials_cpp/CHANGELOG.rst

+3

action_tutorials/action_tutorials_cpp/package.xml

+1-1
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>action_tutorials_cpp</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>C++ action tutorial cpp code</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

action_tutorials/action_tutorials_interfaces/CHANGELOG.rst

+3

action_tutorials/action_tutorials_interfaces/package.xml

+1-1
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>action_tutorials_interfaces</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Action tutorials action</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

action_tutorials/action_tutorials_py/CHANGELOG.rst

+3

action_tutorials/action_tutorials_py/package.xml

+1-1
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>action_tutorials_py</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Python action tutorial code</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

action_tutorials/action_tutorials_py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

composition/CHANGELOG.rst

+3

composition/package.xml

+1-1
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>composition</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Examples for composing multiple nodes in a single process.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

demo_nodes_cpp/CHANGELOG.rst

+3

demo_nodes_cpp/package.xml

+1-1
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>demo_nodes_cpp</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>
77
C++ nodes which were previously in the ros2/examples repository but are now just used for demo purposes.
88
</description>

demo_nodes_cpp_native/CHANGELOG.rst

+3

demo_nodes_cpp_native/package.xml

+1-1
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>demo_nodes_cpp_native</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>
77
C++ nodes which access the native handles of the rmw implementation.
88
</description>

demo_nodes_py/CHANGELOG.rst

+3

demo_nodes_py/package.xml

+1-1
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>demo_nodes_py</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>
77
Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes.
88
</description>

demo_nodes_py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.20.1',
8+
version='0.21.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages',

dummy_robot/dummy_map_server/CHANGELOG.rst

+3

dummy_robot/dummy_map_server/package.xml

+1-1
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>dummy_map_server</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>
77
dummy map server node
88
</description>

dummy_robot/dummy_robot_bringup/CHANGELOG.rst

+3

dummy_robot/dummy_robot_bringup/package.xml

+1-1
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>dummy_robot_bringup</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>
77
dummy robot bringup
88
</description>

dummy_robot/dummy_sensors/CHANGELOG.rst

+3

dummy_robot/dummy_sensors/package.xml

+1-1
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>dummy_sensors</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>
77
dummy sensor nodes
88
</description>

image_tools/CHANGELOG.rst

+3

image_tools/package.xml

+1-1
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>image_tools</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Tools to capture and play back images to and from DDS subscriptions and publications.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

intra_process_demo/CHANGELOG.rst

+3

intra_process_demo/package.xml

+1-1
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>intra_process_demo</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Demonstrations of intra process communication.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

lifecycle/CHANGELOG.rst

+3

lifecycle/package.xml

+1-1
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>lifecycle</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Package containing demos for lifecycle implementation</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

lifecycle_py/CHANGELOG.rst

+3

lifecycle_py/package.xml

+1-1
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>lifecycle_py</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Package containing demos for rclpy lifecycle implementation</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

lifecycle_py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='0.20.1',
8+
version='0.21.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages',

logging_demo/CHANGELOG.rst

+3

logging_demo/package.xml

+1-1
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>logging_demo</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Examples for using and configuring loggers.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

pendulum_control/CHANGELOG.rst

+3

pendulum_control/package.xml

+1-1
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>pendulum_control</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Demonstrates ROS 2's realtime capabilities with a simulated inverted pendulum.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

pendulum_msgs/CHANGELOG.rst

+3

pendulum_msgs/package.xml

+1-1
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>pendulum_msgs</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Custom messages for real-time pendulum control.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

quality_of_service_demo/rclcpp/CHANGELOG.rst

+3

quality_of_service_demo/rclcpp/package.xml

+1-1
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>quality_of_service_demo_cpp</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>C++ Demo applications for Quality of Service features</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

quality_of_service_demo/rclpy/CHANGELOG.rst

+3

quality_of_service_demo/rclpy/package.xml

+1-1
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>quality_of_service_demo_py</name>
5-
<version>0.20.1</version>
5+
<version>0.21.0</version>
66
<description>Python Demo applications for Quality of Service features</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

quality_of_service_demo/rclpy/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

0 commit comments

Comments
 (0)