greenhouse/package.xml

31 lines
1018 B
XML
Raw Normal View History

2013-06-26 15:41:31 -07:00
<?xml version="1.0"?>
<package>
<name>pcl_conversions</name>
2013-08-27 12:20:49 -07:00
<version>0.1.5</version>
2013-06-26 15:41:31 -07:00
<description>Provides conversions from PCL data types and ROS message types</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/ros-perception/pcl_conversions</url>
<url type="bugtracker">https://github.com/ros-perception/pcl_conversions/issues</url>
<author email="william@osrfoundation.org">William Woodall</author>
<buildtool_depend>catkin</buildtool_depend>
2013-08-27 12:19:38 -07:00
<build_depend>libpcl-all-dev</build_depend>
<build_depend>pcl_msgs</build_depend>
2013-07-12 14:10:06 -07:00
<build_depend>roscpp</build_depend>
2013-06-26 15:41:31 -07:00
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
2013-08-27 12:19:38 -07:00
<run_depend>libpcl-all</run_depend>
<run_depend>libpcl-all-dev</run_depend>
<run_depend>pcl_msgs</run_depend>
2013-07-12 14:10:06 -07:00
<run_depend>roscpp</run_depend>
2013-06-26 15:41:31 -07:00
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
</package>