Skip to content
Snippets Groups Projects
Commit 247a1d6f authored by Andrea Censi's avatar Andrea Censi
Browse files

Merge pull request #10 from 130s/add/ros_release_files

Add a package manifesto file for ROS release
parents 56919d39 7659c7e7
No related branches found
No related tags found
No related merge requests found
<?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>
<run_depend>catkin</run_depend>
<export />
</package>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment