-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·29 lines (20 loc) · 900 Bytes
/
package.xml
File metadata and controls
executable file
·29 lines (20 loc) · 900 Bytes
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
<package>
<name>knowrob_refills</name>
<version>0.1.0</version>
<description>knowrob_refills
Ontologies, definitions and computables for the integration of the
KnowRob knowledge base and the CRAM plan-based executive.</description>
<maintainer email="danielb@cs.uni-bremen.de">Daniel Beler</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/knowrob_refills</url>
<author email="danielb@cs.uni-bremen.de">Daniel Beler</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>knowrob_common</build_depend>
<build_depend>knowrob_memory</build_depend>
<build_depend>knowrob_assembly</build_depend>
<build_depend>knowrob_objects</build_depend>
<run_depend>knowrob_common</run_depend>
<run_depend>knowrob_memory</run_depend>
<run_depend>knowrob_assembly</run_depend>
<run_depend>knowrob_objects</run_depend>
</package>