-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.xml
29 lines (20 loc) · 961 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 format="2">
<name>point_cloud_io</name>
<version>0.3.22</version>
<description>Tools to either read and publish or subscribe and write PointCloud2 messages.</description>
<license>BSD</license>
<author email="[email protected]">Peter Fankhauser</author>
<author email="[email protected]">Remo Diethelm</author>
<maintainer email="[email protected]">Remo Diethelm</maintainer>
<maintainer email="[email protected]">Yoshua Nava</maintainer>
<url type="website">http://github.com/anybotics/point_cloud_io</url>
<url type="bugtracker">http://github.com/anybotics/point_cloud_io/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<!-- <build_depend>cmake_clang_tools</build_depend> -->
<depend>roscpp</depend>
<depend>pcl_ros</depend>
<depend>sensor_msgs</depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
</package>