-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.xml
29 lines (24 loc) · 1008 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<package>
<name>ecto_pcl</name>
<version>0.4.5</version>
<description>Ecto bindings for common PCL functionality.</description>
<author email="[email protected]">Michael Ferguson</author>
<author email="[email protected]">Ethan Rublee</author>
<author email="[email protected]">Troy Straszheim</author>
<maintainer email="[email protected]">Vincent Rabaud</maintainer>
<license>BSD</license>
<url>http://plasmodic.github.io/ecto_pcl</url>
<build_depend>boost</build_depend>
<build_depend>ecto</build_depend>
<build_depend>proj</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>boost</run_depend>
<run_depend>ecto</run_depend>
<run_depend>proj</run_depend>
<run_depend>pcl_conversions</run_depend>
<run_depend>sensor_msgs</run_depend>
<buildtool_depend>catkin</buildtool_depend>
<test_depend>python-nose</test_depend>
<test_depend>rosunit</test_depend>
</package>