forked from PointCloudLibrary/pcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PointCloudLibrary#4 from locusrobotics/add-package…
…-xml Add package.xml to be able to resolve and install dependencies
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |