greenhouse/package.xml
Scott K Logan ad560f2626 Make pcl_conversions run_depend on libpcl-all-dev
When downstream projects build against pcl_conversions, they need the pcl headers provided by libpcl-all-dev.
2014-02-28 19:03:17 -06:00

31 lines
1018 B
XML

<?xml version="1.0"?>
<package>
<name>pcl_conversions</name>
<version>0.1.5</version>
<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>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>pcl_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>libpcl-all</run_depend>
<run_depend>libpcl-all-dev</run_depend>
<run_depend>pcl_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
</package>