-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
23 lines (22 loc) · 796 Bytes
/
package.xml
File metadata and controls
23 lines (22 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package format="2">
<name>dt100_driver</name>
<version>0.0.1</version>
<description>
ROS driver for Imagenex DT100 multibeam profiling sensor.
</description>
<maintainer email="adthoms@ucla.edu">Alexander Thoms</maintainer>
<maintainer email="gearle@uwaterloo.ca">Gabriel Earle</maintainer>
<license>BSD</license>
<author email="adthoms@ucla.edu">Alexander Thoms</author>
<author email="gearle@uwaterloo.ca">Gabriel Earle</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>boost</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>pcl_ros</depend>
<depend>pcl_conversions</depend>
<build_depend>pcl-pcl-1.8.1</build_depend>
<exec_depend>pcl-pcl-1.8.1</exec_depend>
</package>