forked from Fields2Cover/Fields2Cover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 lines (28 loc) · 1.05 KB
/
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
32
33
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<!-- A package.xml in the root of a cmake projects allows it to be built using catkin or colcon (the ROS build system) -->
<package format="2">
<name>fields2cover</name>
<version>1.2.1</version>
<description>
Robust and efficient coverage paths for autonomous agricultural vehicles.
A modular and extensible Coverage Path Planning library
</description>
<maintainer email="[email protected]">Gonzalo Mier</maintainer>
<license>BSD-3</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>eigen</depend>
<depend>git</depend>
<depend>libgdal-dev</depend>
<depend>gtest</depend>
<depend>tbb</depend>
<depend>python3</depend>
<depend>python3-dev</depend>
<exec_depend>python3-matplotlib</exec_depend>
<exec_depend>python3-tk</exec_depend>
<test_depend>gtest</test_depend>
<test_depend>lcov</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>