-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.xml
34 lines (26 loc) · 1.06 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
<?xml version="1.0"?>
<package format="2">
<name>sick_tim</name>
<version>0.0.18</version>
<description>
A ROS driver for the SICK TiM and the SICK MRS 1000 laser scanners.
</description>
<maintainer email="martin.guenther@dfki.de">Martin Günther</maintainer>
<author email="ros@jochen.sprickerhof.de">Jochen Sprickerhof</author>
<author email="martin.guenther@dfki.de">Martin Günther</author>
<author email="spuetz@uos.de">Sebastian Pütz</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/sick_tim</url>
<url type="repository">https://github.com/uos/sick_tim</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>roslaunch</build_depend>
<build_export_depend>libusb-1.0-dev</build_export_depend>
<depend>diagnostic_updater</depend>
<depend>dynamic_reconfigure</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<exec_depend>libusb-1.0</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>xacro</exec_depend>
</package>