-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (28 loc) · 1.49 KB
/
package.xml
File metadata and controls
34 lines (28 loc) · 1.49 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
30
31
32
33
34
<?xml version="1.0"?>
<package>
<name>csm</name>
<version>1.0.0</version>
<description>
This is a ROS 3rd-party wrapper <a href = "http://www.ros.org/reps/rep-0136.html">(see REP-136 for more detail)</a> of Andrea Censi's CSM package.
From <a href = "http://censi.mit.edu/software/csm/">the official website</a>:
<ul>
The C(anonical) Scan Matcher (CSM) is a pure C implementation of a very fast variation of ICP using a point-to-line metric optimized for range-finder scan matching.
It is robust enough to be used in industrial prototypes of autonomous mobile robotics, for example at Kuka. CSM is used by a variety of people, though it is hard to keep track because of the open source distribution, especially as packaged in ROS. If you use this software for something cool, let me know.
</ul>
</description>
<author>Andrea Censi</author>
<license>LGPL</license>
<url type="website">http://censi.mit.edu/software/csm</url>
<url type="website">http://wiki.ros.org/csm</url>
<url type="repository">https://github.com/AndreaCensi/csm</url>
<url type="bugtracker">https://github.com/AndreaCensi/csm/issues</url>
<maintainer email="130s@2000.jukuin.keio.ac.jp">Isaac I.Y. Saito</maintainer>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<build_depend>libcairo2-dev</build_depend>
<build_depend>libgsl</build_depend>
<run_depend>libgsl</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>