Skip to content

Commit

Permalink
Another Iron Sync to Turn Over (#455)
Browse files Browse the repository at this point in the history
* Fix `Could NOT find Boost (missing: Boost_INCLUDE_DIR)` #452 (#454)

Same fix as #452, but now for `pcl_conversions`
Fix #446
See the discussion at #447

* bump to 2.5.4

---------

Co-authored-by: Ramon Wijnands <[email protected]>
  • Loading branch information
SteveMacenski and Rayman authored Jun 6, 2024
1 parent 8ae76c0 commit b2fa87d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion 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.3</version>
<version>2.5.4</version>
<description>Provides conversions from PCL data types and ROS message types</description>

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

<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>
Expand Down
2 changes: 1 addition & 1 deletion 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.3</version>
<version>2.5.4</version>
<description>

PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
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.3</version>
<version>2.5.4</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 b2fa87d

Please sign in to comment.