greenhouse/pcl_ros/package.xml

55 lines
1.7 KiB
XML
Raw Normal View History

2016-05-04 17:02:14 -04:00
<?xml version="1.0"?>
<package format="2">
2012-10-04 16:58:35 +02:00
<name>pcl_ros</name>
2016-04-22 11:00:45 -04:00
<version>1.4.0</version>
2012-10-26 08:56:20 -07:00
<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
processing in ROS.
</description>
2014-04-08 23:34:41 +00:00
<author>Open Perception</author>
<author email="julius@kammerl.de">Julius Kammerl</author>
2014-04-08 23:34:41 +00:00
<author email="william@osrfoundation.org">William Woodall</author>
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
<maintainer email="bill@neautomation.com">Bill Morris</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/perception_pcl</url>
2014-04-08 23:34:41 +00:00
<url type="bugtracker">https://github.com/ros-perception/perception_pcl/issues</url>
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>genmsg</build_depend>
<build_depend>roslib</build_depend>
2016-05-04 17:02:14 -04:00
<depend>dynamic_reconfigure</depend>
<depend>eigen</depend>
<depend>message_filters</depend>
<depend>nodelet</depend>
<depend>nodelet_topic_tools</depend>
<depend>libpcl-all-dev</depend>
<depend>pcl_conversions</depend>
<depend>pcl_msgs</depend>
<depend>pluginlib</depend>
<depend>rosbag</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
2016-05-08 09:41:31 -04:00
<depend>tf2_eigen</depend>
2016-05-04 17:02:14 -04:00
<depend>libvtk-java</depend>
<!-- libproj-dev needed due to error in vtk6 -->
2016-05-04 17:02:14 -04:00
<depend>proj</depend>
<test_depend>rostest</test_depend>
<export>
2013-03-04 10:19:09 -08:00
<nodelet plugin="${prefix}/pcl_nodelets.xml"/>
</export>
2012-10-04 16:58:35 +02:00
</package>