2014-09-20 16:30:19 -04:00
<?xml version="1.0"?>
<package >
2014-10-25 12:23:33 -04:00
<name > pointcloud_to_laserscan</name>
2015-01-10 13:25:25 -05:00
<version > 1.2.3</version>
2014-10-25 12:23:33 -04:00
<description > Converts a 3D Point Cloud into a 2D laser scan. This is useful for making devices like the Kinect appear like a laser scanner for 2D-based algorithms (e.g. laser-based SLAM).</description>
<maintainer email= "paul@bovbel.com" > Paul Bovbel</maintainer>
<author > Tully Foote</author>
<license > BSD</license>
2014-10-26 11:36:26 -04:00
<url type= "website" > http://ros.org/wiki/perception_pcl</url>
<url type= "bugtracker" > https://github.com/ros-perception/perception_pcl/issues</url>
<url type= "repository" > https://github.com/ros-perception/perception_pcl</url>
2014-10-25 12:23:33 -04:00
<buildtool_depend > catkin</buildtool_depend>
2015-01-15 12:03:52 -05:00
2014-10-25 12:23:33 -04:00
<build_depend > dynamic_reconfigure</build_depend>
<build_depend > libpcl-all-dev</build_depend>
<build_depend > message_filters</build_depend>
<build_depend > nodelet</build_depend>
<build_depend > pcl_ros</build_depend>
<build_depend > roscpp</build_depend>
2015-01-06 13:28:20 -05:00
<build_depend > roslaunch</build_depend>
2014-10-25 12:23:33 -04:00
<build_depend > sensor_msgs</build_depend>
2015-01-15 13:41:57 -05:00
<build_depend > tf2</build_depend>
2015-01-15 15:22:48 -05:00
<build_depend > tf2_ros</build_depend>
2015-01-15 12:03:52 -05:00
2014-10-25 12:23:33 -04:00
<run_depend > dynamic_reconfigure</run_depend>
<run_depend > libpcl-all-dev</run_depend>
<run_depend > message_filters</run_depend>
<run_depend > nodelet</run_depend>
<run_depend > pcl_ros</run_depend>
<run_depend > roscpp</run_depend>
<run_depend > sensor_msgs</run_depend>
2015-01-15 13:41:57 -05:00
<run_depend > tf2</run_depend>
2015-01-15 15:22:48 -05:00
<run_depend > tf2_ros</run_depend>
2014-10-25 12:23:33 -04:00
<export >
2015-01-06 13:19:57 -05:00
<nodelet plugin= "${prefix}/nodelets.xml" />
2014-10-25 12:23:33 -04:00
</export>
2014-09-20 16:30:19 -04:00
</package>