Skip to content

Commit

Permalink
0.25.4
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
audrow committed Sep 19, 2023
1 parent c723256 commit a73160d
Show file tree
Hide file tree
Showing 33 changed files with 73 additions and 18 deletions.
3 changes: 3 additions & 0 deletions examples_tf2_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package examples_tf2_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</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.25.3',
version='0.25.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions geometry2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package geometry2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>
A metapackage to bring in the default packages second generation Transform Library in ros, tf2.
</description>
Expand Down
3 changes: 3 additions & 0 deletions test_tf2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package test_tf2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>
tf2 unit tests
</description>
Expand Down
3 changes: 3 additions & 0 deletions tf2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2
^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</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
3 changes: 3 additions & 0 deletions tf2_bullet/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_bullet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>
tf2_bullet
</description>
Expand Down
5 changes: 5 additions & 0 deletions tf2_eigen/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tf2_eigen
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------
* Add another reference for twist transformation. Comment correction. (`#620 <https://github.com/ros2/geometry2/issues/620>`_) (`#621 <https://github.com/ros2/geometry2/issues/621>`_)
* Contributors: mergify[bot]

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>tf2_eigen</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions tf2_eigen_kdl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_eigen_kdl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>

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

0.25.4 (2023-09-19)
-------------------
* Fixed Windows warnings (`#623 <https://github.com/ros2/geometry2/issues/623>`_)
* Add doTransform support for Point32, Polygon and PolygonStamped (`#616 <https://github.com/ros2/geometry2/issues/616>`_)
* Contributors: Alejandro Hernández Cordero, Guillaume Doisy

0.25.3 (2023-07-17)
-------------------
* Add do_transform_polygon_stamped (`#582 <https://github.com/ros2/geometry2/issues/582>`_) (`#590 <https://github.com/ros2/geometry2/issues/590>`_)
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.25.3</version>
<version>0.25.4</version>
<description>
tf2_geometry_msgs
</description>
Expand Down
3 changes: 3 additions & 0 deletions tf2_kdl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_kdl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>
KDL binding for tf2
</description>
Expand Down
3 changes: 3 additions & 0 deletions tf2_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>
tf2_msgs
</description>
Expand Down
3 changes: 3 additions & 0 deletions tf2_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>The tf2_py package</description>

<maintainer email="[email protected]">Chris Lalancette</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions tf2_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package tf2_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------
* Suppress spam from calling canTransform (`#529 <https://github.com/ros2/geometry2/issues/529>`_) (`#615 <https://github.com/ros2/geometry2/issues/615>`_)
* Fix invalid timer handle exception (`#474 <https://github.com/ros2/geometry2/issues/474>`_) (`#614 <https://github.com/ros2/geometry2/issues/614>`_)
* Contributors: mergify[bot]

0.25.3 (2023-07-17)
-------------------
* Enable StaticTransformBroadcaster in Intra-process enabled components (backport `#607 <https://github.com/ros2/geometry2/issues/607>`_) (`#612 <https://github.com/ros2/geometry2/issues/612>`_)
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.25.3</version>
<version>0.25.4</version>
<description>
This package contains the C++ ROS bindings for the tf2 library
</description>
Expand Down
5 changes: 5 additions & 0 deletions tf2_ros_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package tf2_ros_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------
* Remove 'efficient copy' prints (`#625 <https://github.com/ros2/geometry2/issues/625>`_) (`#626 <https://github.com/ros2/geometry2/issues/626>`_)
* Contributors: mergify[bot]

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</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.25.3',
version='0.25.4',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions tf2_sensor_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_sensor_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</version>
<description>
Small lib to transform sensor_msgs with tf. Most notably, PointCloud2
</description>
Expand Down
3 changes: 3 additions & 0 deletions tf2_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package tf2_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.25.4 (2023-09-19)
-------------------

0.25.3 (2023-07-17)
-------------------

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.25.3</version>
<version>0.25.4</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.25.3',
version='0.25.4',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit a73160d

Please sign in to comment.