forked from artivis/rf2o_laser_odometry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
30 lines (23 loc) · 968 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>rf2o_laser_odometry</name>
<version>1.0.0</version>
<description>
Estimation of 2D odometry based on planar laser scans. Useful for mobile robots with innacurate base odometry.
For full description of the algorithm, please refer to:
Planar Odometry from a Radial Laser Scanner. A Range Flow-based Approach. ICRA 2016
Available at: http://mapir.isa.uma.es/mapirwebsite/index.php/mapir-downloads/papers/217
</description>
<maintainer email="[email protected]">Javier G. Monroy</maintainer>
<author email="[email protected]"> Mariano Jaimez</author>
<author email="[email protected]"> Javier G. Monroy</author>
<license>GPL v3</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>nav_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>eigen</depend>
</package>