-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.xml
executable file
·43 lines (35 loc) · 1.33 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
34
35
36
37
38
39
40
41
42
43
<package>
<name>rosprolog</name>
<version>1.0.0</version>
<description>
rosprolog is a Prolog client for ROS, and also implements a
ROS node that exposes Prolog engines to other ROS nodes.
</description>
<maintainer email="[email protected]">Daniel Beßler</maintainer>
<license>BSD, GPL</license>
<url type="website">http://www.ros.org/wiki/rosprolog</url>
<url type="bugtracker">https://github.com/knowrob/knowrob/issues</url>
<author>Lorenz Moesenlechner</author>
<author email="[email protected]">Daniel Beßler</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslib</build_depend>
<build_depend>rospack</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>tf</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>json_prolog_msgs</build_depend>
<build_depend>libjson-glib</build_depend>
<run_depend>swi-prolog</run_depend>
<run_depend>roslib</run_depend>
<run_depend>rospack</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>json_prolog_msgs</run_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>