-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (22 loc) · 784 Bytes
/
package.xml
File metadata and controls
26 lines (22 loc) · 784 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
<?xml version="1.0"?>
<package format="2">
<name>robosherlock_knowrob</name>
<version>0.1.0</version>
<description>package holding prolog rules relating to robosherlocke
- planning a pipeline based on keywords
</description>
<maintainer email="balintbe@cs.uni-bremend.de">Ferenc Balint-Benczedi</maintainer>
<author>Ferenc Balint-Benczedi</author>
<author>Patrick Mania</author>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>knowrob_common</depend>
<depend>knowrob_vis</depend>
<depend>knowrob_actions</depend>
<depend>knowrob_srdl</depend>
<depend>iai_maps</depend>
<depend>robosherlock</depend>
<depend>robosherlock_msgs</depend>
<depend>json_prolog</depend>
<depend>rapidjson_ros</depend>
</package>