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>
|
2017-04-25 23:22:30 +09:00
|
|
|
<version>1.5.0</version>
|
2012-10-26 08:56:20 -07:00
|
|
|
<description>
|
2013-08-27 13:43:26 -07:00
|
|
|
|
2012-09-14 18:17:12 +00:00
|
|
|
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
|
2012-09-13 13:27:05 +00:00
|
|
|
bridge for 3D applications involving n-D Point Clouds and 3D geometry
|
|
|
|
|
processing in ROS.
|
2013-08-27 13:43:26 -07:00
|
|
|
|
2012-09-13 13:27:05 +00:00
|
|
|
</description>
|
2014-04-08 23:34:41 +00:00
|
|
|
|
2012-09-13 13:27:05 +00:00
|
|
|
<author>Open Perception</author>
|
2014-04-09 16:56:23 -04:00
|
|
|
<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>
|
2014-04-09 16:56:23 -04:00
|
|
|
<maintainer email="bill@neautomation.com">Bill Morris</maintainer>
|
2013-08-04 17:50:04 +02:00
|
|
|
<license>BSD</license>
|
2014-04-09 16:56:23 -04:00
|
|
|
<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>
|
2014-04-09 16:56:23 -04:00
|
|
|
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
|
2016-04-22 10:54:56 -04:00
|
|
|
|
2012-12-14 15:02:54 -08:00
|
|
|
<buildtool_depend>catkin</buildtool_depend>
|
2014-04-01 18:01:31 -07:00
|
|
|
<build_depend>cmake_modules</build_depend>
|
2015-05-26 16:58:11 -04:00
|
|
|
<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>
|
2016-04-21 16:01:44 -07:00
|
|
|
<!-- libproj-dev needed due to error in vtk6 -->
|
2016-05-04 17:02:14 -04:00
|
|
|
<depend>proj</depend>
|
2016-04-22 10:54:56 -04:00
|
|
|
|
2015-02-11 11:42:25 -08:00
|
|
|
<test_depend>rostest</test_depend>
|
2013-08-27 13:43:26 -07:00
|
|
|
|
2012-12-17 18:09:15 -08:00
|
|
|
<export>
|
2017-04-11 00:10:10 +09:00
|
|
|
<nodelet plugin="${prefix}/plugins/nodelet/libpcl_ros_features.xml"/>
|
|
|
|
|
<nodelet plugin="${prefix}/plugins/nodelet/libpcl_ros_filters.xml"/>
|
|
|
|
|
<nodelet plugin="${prefix}/plugins/nodelet/libpcl_ros_io.xml"/>
|
|
|
|
|
<nodelet plugin="${prefix}/plugins/nodelet/libpcl_ros_segmentation.xml"/>
|
|
|
|
|
<nodelet plugin="${prefix}/plugins/nodelet/libpcl_ros_surface.xml"/>
|
2012-12-17 18:09:15 -08:00
|
|
|
</export>
|
2013-08-27 13:43:26 -07:00
|
|
|
|
2012-10-04 16:58:35 +02:00
|
|
|
</package>
|