greenhouse/pcl_ros/package.xml
Vincent Rabaud 6a8696b61f 1.0.14
2018-04-30 11:44:37 -04:00

37 lines
1.2 KiB
XML

<package>
<name>pcl_ros</name>
<version>1.0.14</version>
<description brief="Point Cloud Library interface package">
<p>
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
bridge for 3D applications involving n-D Point Clouds and 3D geometry
processing in ROS.
</p>
</description>
<author>Open Perception</author>
<maintainer email="jkammerl@willowgarage.com">Julius Kammerl</maintainer>
<license>BSD</license>
<review status="Doc reviewed" notes=""/>
<url>http://ros.org/wiki/perception_pcl</url>
<copyright>Open Perception</copyright>
<build_depend>catkin</build_depend>
<build_depend>common_msgs</build_depend>
<build_depend>eigen</build_depend>
<build_depend>geometry</build_depend>
<build_depend>pcl</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>common_msgs</run_depend>
<run_depend>eigen</run_depend>
<run_depend>geometry</run_depend>
<run_depend>pcl</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>tf</run_depend>
</package>