Skip to content

Commit

Permalink
0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Aug 21, 2023
1 parent 3f6ad02 commit 9e9bfc5
Show file tree
Hide file tree
Showing 33 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions examples_tf2_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package examples_tf2_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion examples_tf2_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>examples_tf2_py</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
Has examples of using the tf2 Python API.
</description>
Expand Down
2 changes: 1 addition & 1 deletion examples_tf2_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.32.2',
version='0.33.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions geometry2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package geometry2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion geometry2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>geometry2</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
A metapackage to bring in the default packages second generation Transform Library in ros, tf2.
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_tf2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_tf2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion test_tf2/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>test_tf2</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
tf2 unit tests
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tf2</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
tf2 is the second generation of the transform library, which lets
the user keep track of multiple coordinate frames over time. tf2
Expand Down
4 changes: 2 additions & 2 deletions tf2_bullet/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_bullet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_bullet/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>tf2_bullet</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
tf2_bullet
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2_eigen/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_eigen
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------
* Add another reference for twist transformation. Comment correction. (`#620 <https://github.com/ros2/geometry2/issues/620>`_)
* Contributors: AndyZe

Expand Down
2 changes: 1 addition & 1 deletion tf2_eigen/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tf2_eigen</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>tf2_eigen</description>

<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions tf2_eigen_kdl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_eigen_kdl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_eigen_kdl/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tf2_eigen_kdl</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>

Conversion functions between:
Expand Down
4 changes: 2 additions & 2 deletions tf2_geometry_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_geometry_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------
* Add doTransform support for Point32, Polygon and PolygonStamped (backport `#616 <https://github.com/ros2/geometry2/issues/616>`_) (`#619 <https://github.com/ros2/geometry2/issues/619>`_)
* Contributors: mergify[bot]

Expand Down
2 changes: 1 addition & 1 deletion tf2_geometry_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>tf2_geometry_msgs</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
tf2_geometry_msgs
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2_kdl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_kdl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_kdl/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>tf2_kdl</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
KDL binding for tf2
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tf2_msgs</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
tf2_msgs
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>tf2_py</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>The tf2_py package</description>

<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions tf2_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------
* Fix invalid timer handle exception (`#474 <https://github.com/ros2/geometry2/issues/474>`_)
* Fix for `#589 <https://github.com/ros2/geometry2/issues/589>`_ - Should be able to transform with default timeout (`#593 <https://github.com/ros2/geometry2/issues/593>`_)
* Contributors: Cliff Wu, vineet131
Expand Down
2 changes: 1 addition & 1 deletion tf2_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>tf2_ros</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
This package contains the C++ ROS bindings for the tf2 library
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2_ros_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_ros_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_ros_py/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>tf2_ros_py</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
This package contains the ROS Python bindings for the tf2 library
</description>
Expand Down
2 changes: 1 addition & 1 deletion tf2_ros_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.32.2',
version='0.33.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions tf2_sensor_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_sensor_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_sensor_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>tf2_sensor_msgs</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
Small lib to transform sensor_msgs with tf. Most notably, PointCloud2
</description>
Expand Down
4 changes: 2 additions & 2 deletions tf2_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tf2_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.33.0 (2023-08-21)
-------------------

0.32.2 (2023-07-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion tf2_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>tf2_tools</name>
<version>0.32.2</version>
<version>0.33.0</version>
<description>
tf2_tools
</description>
Expand Down
2 changes: 1 addition & 1 deletion tf2_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='0.32.2',
version='0.33.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 9e9bfc5

Please sign in to comment.