-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
36 lines (28 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
35
36
<?xml version="1.0"?>
<package format="2">
<name>laser_odometry_polar</name>
<version>0.0.0</version>
<description>
The laser_odometry_polar package is a wrapper (a plugin)
to use the polar scan matcher [1] in the
laser_odometry package.
</description>
<author email="[email protected]">Jeremie Deray</author>
<maintainer email="[email protected]">Jeremie Deray</maintainer>
<!-- this package license -->
<license>Apache-2.0</license>
<!-- polar_scan_matcher license -->
<license>GPL</license>
<url type="website">https://github.com/ccny-ros-pkg/scan_tools/tree/indigo/polar_scan_matcher</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>dynamic_reconfigure</depend>
<depend>laser_odometry_core</depend>
<depend>polar_scan_matcher</depend>
<depend>roscpp</depend>
<depend>rosparam_handler</depend>
<exec_depend>laser_odometry_node</exec_depend>
<test_depend>roslaunch</test_depend>
<export>
<laser_odometry_core plugin="${prefix}/laser_odometry_plugins.xml" />
</export>
</package>