-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
31 lines (24 loc) · 1007 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
31
<?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_benchmark_metric_maps_kitti</name>
<version>0.0.1</version>
<description>Benchmark metric map implementations using the KITTI dataset</description>
<maintainer email="[email protected]">Jose-Luis Blanco-Claraco</maintainer>
<license>BSD</license>
<depend>mrpt_libmaps</depend>
<depend>mrpt_libgui</depend>
<depend>mola_input_kitti_dataset</depend>
<depend>mola_yaml</depend>
<depend>mola_metric_maps</depend>
<doc_depend>doxygen</doc_depend>
<!-- Entries to make ROS 2 to discover this as a proper package -->
<build_depend>ros_environment</build_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
<!-- End -->
</package>