forked from ros-perception/pcl_conversions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (22 loc) · 997 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
<?xml version="1.0"?>
<package>
<name>pcl_conversions</name>
<version>0.1.4</version>
<description>Provides conversions from PCL data types and ROS message types</description>
<maintainer email="[email protected]">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="[email protected]">William Woodall</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend version_gte="1.7.0">pcl</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 version_gte="1.7.0">pcl</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>