-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
43 lines (38 loc) · 1.26 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
43
<?xml version="1.0"?>
<package>
<name>infinisoleil</name>
<version>1.1.0</version>
<description>
This package provides a ROS driver for Infinisoleil sensors.
</description>
<maintainer email="[email protected]">
NCS 3D Sensing Team
</maintainer>
<author email="[email protected]">
NCS 3D Sensing Team
</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/infinisoleil</url>
<url type="repository">
https://github.com/ncs-3d-sensing/infinisoleil
</url>
<url type="bugtracker">
https://github.com/ncs-3d-sensing/infinisoleil/issues
</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>roslaunch</build_depend>
<build_depend>rostest</build_depend>
<run_depend>diagnostic_updater</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>nodelet</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<export>
<nodelet plugin="${prefix}/infinisoleil_nodelets.xml"/>
</export>
</package>