Skip to content

Commit

Permalink
Merge pull request PointCloudLibrary#4 from locusrobotics/add-package…
Browse files Browse the repository at this point in the history
…-xml

Add package.xml to be able to resolve and install dependencies
  • Loading branch information
garyservin authored Aug 1, 2023
2 parents a6f1e01 + 0c7e268 commit 951780b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0"?>
<package format="3">
<name>libpcl-all-dev</name>
<version>1.13.1</version>
<description>The Point Cloud Library (or PCL) for point cloud processing - development
The PCL framework contains numerous state-of-the art algorithms including
filtering, feature estimation, surface reconstruction, registration, model
fitting and segmentation.</description>

<author>Open Perception</author>
<maintainer email="gservin@locusrobotics.com">Gary Servin</maintainer>
<license>BSD</license>

<url type="website">http://www.pointclouds.org</url>
<url type="bugtracker">http://dev.pointclouds.org</url>
<url type="repository">https://github.com/PointCloudLibrary/pcl</url>

<buildtool_depend>cmake</buildtool_depend>

<depend>boost</depend>
<depend>eigen</depend>
<depend>libflann-dev</depend>
<depend>libqhull</depend>
<depend>libusb-1.0-dev</depend>
<!--Commented out because it collided with other packages version-->
<!--depend>libvtk</depend-->
<depend>python3-sphinx</depend>

<exec_depend>catkin</exec_depend>

<export>
<build_type>cmake</build_type>
</export>

</package>

0 comments on commit 951780b

Please sign in to comment.