-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (25 loc) · 1.05 KB
/
package.xml
File metadata and controls
31 lines (25 loc) · 1.05 KB
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>
<name>sicks300</name>
<version>1.0.5</version>
<description>
Driver for the SICK S300 Professional laser scanner. ROS package for reading continuous data output of the SICK S300 Professional laser scanner via RS-422. Note that it supports both the old (v.1.02) and the new (v.1.03) protocol.
Please note that this is an extension of the original "fuerte" driver
that was developed by the Autonomous Intelligent Systems Department at
Bonn University.
</description>
<author>Dimitri Bohlender</author>
<maintainer email="[email protected]">Dimitri Bohlender</maintainer>
<maintainer email="[email protected]">Marc Hanheide</maintainer>
<license>GPL</license>
<url>http://www.ros.org/wiki/sicks300/</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf</run_depend>
<run_depend>sensor_msgs</run_depend>
<export>
</export>
</package>