Skip to content

Commit 6ac07b9

Browse files
committed
0.33.2
1 parent 40c7f0f commit 6ac07b9

File tree

47 files changed

+68
-68
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

+68
-68
lines changed

action_tutorials/action_tutorials_cpp/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package action_tutorials_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>C++ action tutorial cpp code</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

action_tutorials/action_tutorials_interfaces/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package action_tutorials_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Action tutorials action</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

action_tutorials/action_tutorials_py/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package action_tutorials_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Python action tutorial code</description>
77

88
<maintainer email="[email protected]">Aditya Pande</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.33.1',
7+
version='0.33.2',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

composition/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package composition
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Examples for composing multiple nodes in a single process.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

demo_nodes_cpp/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package demo_nodes_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* A few uncrustify fixes for 0.78. (`#667 <https://github.com/ros2/demos/issues/667>`_)
88
* Allow users to configure the executor for executables in `demo_nodes_cpp` (`#666 <https://github.com/ros2/demos/issues/666>`_)
99
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)

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.33.1</version>
5+
<version>0.33.2</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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package demo_nodes_cpp_native
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>
77
C++ nodes which access the native handles of the rmw implementation.
88
</description>

demo_nodes_py/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package demo_nodes_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</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.33.1',
8+
version='0.33.2',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

dummy_robot/dummy_map_server/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package dummy_map_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>
77
dummy map server node
88
</description>

dummy_robot/dummy_robot_bringup/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package dummy_robot_bringup
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>
77
dummy robot bringup
88
</description>

dummy_robot/dummy_sensors/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package dummy_sensors
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>
77
dummy sensor nodes
88
</description>

image_tools/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package image_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* A few uncrustify fixes for 0.78. (`#667 <https://github.com/ros2/demos/issues/667>`_)
88
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
99
* Contributors: Chris Lalancette, Michael Jeronimo

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Tools to capture and play back images to and from DDS subscriptions and publications.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

intra_process_demo/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package intra_process_demo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Demonstrations of intra process communication.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

lifecycle/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* A few uncrustify fixes for 0.78. (`#667 <https://github.com/ros2/demos/issues/667>`_)
88
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
99
* Contributors: Chris Lalancette, Michael Jeronimo

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Package containing demos for lifecycle implementation</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

lifecycle_py/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package lifecycle_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Package containing demos for rclpy lifecycle implementation</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

lifecycle_py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name=package_name,
11-
version='0.33.1',
11+
version='0.33.2',
1212
packages=find_packages(exclude=['test']),
1313
data_files=[
1414
('share/ament_index/resource_index/packages',

logging_demo/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package logging_demo
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Examples for using and configuring loggers.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

pendulum_control/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package pendulum_control
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

pendulum_msgs/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package pendulum_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>Custom messages for real-time pendulum control.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

quality_of_service_demo/rclcpp/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package quality_of_service_demo_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

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.33.1</version>
5+
<version>0.33.2</version>
66
<description>C++ Demo applications for Quality of Service features</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

quality_of_service_demo/rclpy/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package quality_of_service_demo_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.33.2 (2024-03-28)
6+
-------------------
77
* Update maintainer list in package.xml files (`#665 <https://github.com/ros2/demos/issues/665>`_)
88
* Contributors: Michael Jeronimo
99

0 commit comments

Comments
 (0)