35 lines
1.3 KiB
XML
Raw Normal View History

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 15:37:50 -05:00
2014-10-25 12:23:33 -04:00
<build_depend>message_filters</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>roscpp</build_depend>
<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>
2014-10-25 12:23:33 -04:00
<run_depend>message_filters</run_depend>
<run_depend>nodelet</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>