Skip to content

Commit c1ccdd2

Browse files
committed
2.6.2
1 parent e2a9a71 commit c1ccdd2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

pcl_conversions/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package pcl_conversions
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.6.2 (2024-11-07)
6+
------------------
77
* sorts pc msg fields by offset (`#438 <https://github.com/ros-perception/perception_pcl/issues/438>`_)
88
* Fix `Could NOT find Boost (missing: Boost_INCLUDE_DIR)` `#452 <https://github.com/ros-perception/perception_pcl/issues/452>`_ (`#454 <https://github.com/ros-perception/perception_pcl/issues/454>`_)
99
* In PCL 1.14.1 and newer, generate smaller point cloud msgs (`#450 <https://github.com/ros-perception/perception_pcl/issues/450>`_)

pcl_conversions/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>pcl_conversions</name>
4-
<version>2.6.1</version>
4+
<version>2.6.2</version>
55
<description>Provides conversions from PCL data types and ROS message types</description>
66

77
<author email="william@osrfoundation.org">William Woodall</author>

pcl_ros/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package pcl_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.6.2 (2024-11-07)
6+
------------------
77
* Fix handling of empty input point cloud in computePublish method (`#467 <https://github.com/ros-perception/perception_pcl/issues/467>`_)
88
* point_cloud.hpp ros2 types fixed (`#425 <https://github.com/ros-perception/perception_pcl/issues/425>`_)
99
* Fix `Could NOT find Boost (missing: Boost_INCLUDE_DIR)` (`#452 <https://github.com/ros-perception/perception_pcl/issues/452>`_)

pcl_ros/package.xml

Lines changed: 1 addition & 1 deletion
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>pcl_ros</name>
5-
<version>2.6.1</version>
5+
<version>2.6.2</version>
66
<description>
77

88
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred

perception_pcl/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package perception_pcl
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.6.2 (2024-11-07)
6+
------------------
77

88
1.6.2 (2018-05-20)
99
------------------

perception_pcl/package.xml

Lines changed: 1 addition & 1 deletion
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>perception_pcl</name>
5-
<version>2.6.1</version>
5+
<version>2.6.2</version>
66
<description>
77
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
88
bridge for 3D applications involving n-D Point Clouds and 3D geometry

0 commit comments

Comments
 (0)