Skip to content

Commit 46bfc96

Browse files
Sync with iron: May 29, 2024 (#451)
* Swtich to build_export_depend for libpcl-all-dev (#447) Signed-off-by: Yadunund <yadunund@openrobotics.org> * bump to 2.5.2 for release --------- Signed-off-by: Yadunund <yadunund@openrobotics.org> Co-authored-by: Yadu <yadunund@gmail.com>
1 parent 7badddf commit 46bfc96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pcl_conversions/package.xml

Lines changed: 2 additions & 2 deletions
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.5.1</version>
4+
<version>2.5.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>
@@ -21,7 +21,7 @@
2121

2222
<buildtool_depend>ament_cmake</buildtool_depend>
2323

24-
<build_depend>libpcl-all-dev</build_depend>
24+
<build_export_depend>libpcl-all-dev</build_export_depend>
2525

2626
<depend>eigen</depend>
2727
<depend>message_filters</depend>

pcl_ros/package.xml

Lines changed: 2 additions & 2 deletions
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.5.1</version>
5+
<version>2.5.2</version>
66
<description>
77

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

2828
<buildtool_depend>ament_cmake</buildtool_depend>
2929

30-
<build_depend>libpcl-all-dev</build_depend>
30+
<build_export_depend>libpcl-all-dev</build_export_depend>
3131

3232
<depend>eigen</depend>
3333
<depend>pcl_conversions</depend>

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.5.1</version>
5+
<version>2.5.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)