-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.xml
29 lines (29 loc) · 1.08 KB
/
manifest.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
<package>
<description brief="Temporal planner for reconfiguration multi-robot systems (TemPl)">
This planner is dedicated to solve temporal planning with reconfigurable multi-robot systems
</description>
<author>Thomas Roehr/[email protected]</author>
<maintainer>Thomas Roehr/[email protected]</maintainer>
<license>BSD-3-Clause</license>
<url>https://github.com/rock-planning/planning-templ</url>
<depend package="base/cmake" />
<depend package="base/types" />
<depend package="tools/graph_analysis" />
<depend package="knowledge_reasoning/moreorg" />
<depend package="knowledge_reasoning/gqr" optional="1"/>
<depend package="libxml2" />
<depend package="tools/qxcfg" />
<!-- cartographic library -->
<depend package="proj" />
<keywords>
<keyword>planning</keyword>
<keyword>mission planning</keyword>
<keyword>reconfigurable multi-robot system</keyword>
<keyword>c++</keyword>
<keyword>owl</keyword>
<keyword>csp</keyword>
</keywords>
<stage>1</stage>
<use>single project</use>
<activity>active</activity>
</package>