-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
41 lines (33 loc) · 1.35 KB
/
package.xml
File metadata and controls
41 lines (33 loc) · 1.35 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
35
36
37
38
39
40
41
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<!-- This is a ROS package file, intended to allow this library to be built
side-by-side to ROS packages in a catkin/ament environment.
-->
<package format="3">
<name>mola_sm_loop_closure</name>
<version>0.2.0</version>
<description>Simplemap loop-closure postprocessing library and CLI tool</description>
<maintainer email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</maintainer>
<license file="LICENSE">GPLv3</license>
<url type="website">https://docs.mola-slam.org/</url>
<url type="repository">https://github.com/MOLAorg/mola_lidar_odometry/</url>
<author email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</author>
<depend>gtsam</depend>
<depend>mola_common</depend>
<depend>mola_georeferencing</depend>
<depend>mola_gtsam_factors</depend>
<depend>mola_pose_list</depend>
<depend>mola_relocalization</depend>
<depend>mola_yaml</depend>
<depend>mp2p_icp</depend>
<depend>mrpt_libgui</depend>
<depend>mrpt_libmaps</depend>
<depend>mrpt_libtclap</depend>
<doc_depend>doxygen</doc_depend>
<!-- Minimum entries to release non-catkin pkgs: -->
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
<!-- End -->
</package>