Skip to content

Commit 4768236

Browse files
committed
0.33.0
1 parent cb087ba commit 4768236

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77
* Fix format-security warning with clang. (`#663 <https://github.com/ros2/demos/issues/663>`_)
88
* Migrate std::bind calls to lambda expressions (`#659 <https://github.com/ros2/demos/issues/659>`_)
99
* Contributors: Chris Lalancette, Felipe Gomes de Melo

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>C++ action tutorial cpp code</description>
77

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Action tutorials action</description>
77

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Python action tutorial code</description>
77

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

Diff for: 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.32.1',
7+
version='0.33.0',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

Diff for: 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.0 (2024-01-24)
6+
-------------------
77
* Migrate std::bind calls to lambda expressions (`#659 <https://github.com/ros2/demos/issues/659>`_)
88
* Contributors: Felipe Gomes de Melo
99

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

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.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>

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>
77
C++ nodes which access the native handles of the rmw implementation.
88
</description>

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.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>

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>
77
dummy map server node
88
</description>

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>
77
dummy robot bringup
88
</description>

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>
77
dummy sensor nodes
88
</description>

Diff for: 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.0 (2024-01-24)
6+
-------------------
77
* Migrate std::bind calls to lambda expressions (`#659 <https://github.com/ros2/demos/issues/659>`_)
88
* Contributors: Felipe Gomes de Melo
99

Diff for: 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.32.1</version>
5+
<version>0.33.0</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>

Diff for: 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.0 (2024-01-24)
6+
-------------------
77
* Migrate std::bind calls to lambda expressions (`#659 <https://github.com/ros2/demos/issues/659>`_)
88
* Contributors: Felipe Gomes de Melo
99

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Demonstrations of intra process communication.</description>
77

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77
* Migrate std::bind calls to lambda expressions (`#659 <https://github.com/ros2/demos/issues/659>`_)
88
* Contributors: Felipe Gomes de Melo
99

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Package containing demos for lifecycle implementation</description>
77

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Package containing demos for rclpy lifecycle implementation</description>
77

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

Diff for: 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.32.1',
11+
version='0.33.0',
1212
packages=find_packages(exclude=['test']),
1313
data_files=[
1414
('share/ament_index/resource_index/packages',

Diff for: 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.0 (2024-01-24)
6+
-------------------
77
* Migrate std::bind calls to lambda expressions (`#659 <https://github.com/ros2/demos/issues/659>`_)
88
* Contributors: Felipe Gomes de Melo
99

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Examples for using and configuring loggers.</description>
77

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

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

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

Diff for: 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.32.1</version>
5+
<version>0.33.0</version>
66
<description>Custom messages for real-time pendulum control.</description>
77

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

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

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

Diff for: 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.0 (2024-01-24)
6+
-------------------
77

88
0.32.1 (2023-12-26)
99
-------------------

0 commit comments

Comments
 (0)