-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.xml
42 lines (35 loc) · 1.34 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
<package>
<name>velodyne_height_map</name>
<version>0.4.1</version>
<description>
Obstacle detection for 3D point clouds using a height map algorithm.
</description>
<maintainer email="[email protected]">Jack O'Quin</maintainer>
<author>David Claridge</author>
<author>Michael Quinlan</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/velodyne_height_map</url>
<url type="repository">https://github.com/jack-oquin/velodyne_height_map.git</url>
<url type="bugtracker">https://github.com/jack-oquin/velodyne_height_map/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>angles</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rostest</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>nodelet</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>tf</run_depend>
<test_depend>velodyne_driver</test_depend>
<test_depend>velodyne_pointcloud</test_depend>
<export>
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
</package>