Skip to content

Commit

Permalink
Sync with iron: May 29, 2024 (#451)
Browse files Browse the repository at this point in the history
* Swtich to build_export_depend for libpcl-all-dev (#447)

Signed-off-by: Yadunund <[email protected]>

* bump to 2.5.2 for release

---------

Signed-off-by: Yadunund <[email protected]>
Co-authored-by: Yadu <[email protected]>
  • Loading branch information
SteveMacenski and Yadunund authored May 29, 2024
1 parent 7badddf commit 46bfc96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pcl_conversions/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>pcl_conversions</name>
<version>2.5.1</version>
<version>2.5.2</version>
<description>Provides conversions from PCL data types and ROS message types</description>

<author email="[email protected]">William Woodall</author>
Expand All @@ -21,7 +21,7 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>libpcl-all-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>

<depend>eigen</depend>
<depend>message_filters</depend>
Expand Down
4 changes: 2 additions & 2 deletions pcl_ros/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>pcl_ros</name>
<version>2.5.1</version>
<version>2.5.2</version>
<description>

PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
Expand All @@ -27,7 +27,7 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>libpcl-all-dev</build_depend>
<build_export_depend>libpcl-all-dev</build_export_depend>

<depend>eigen</depend>
<depend>pcl_conversions</depend>
Expand Down
2 changes: 1 addition & 1 deletion perception_pcl/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>perception_pcl</name>
<version>2.5.1</version>
<version>2.5.2</version>
<description>
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
bridge for 3D applications involving n-D Point Clouds and 3D geometry
Expand Down

0 comments on commit 46bfc96

Please sign in to comment.