forked from knowrob/knowrob
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.xml
More file actions
22 lines (18 loc) · 843 Bytes
/
stack.xml
File metadata and controls
22 lines (18 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<stack>
<description brief="knowrob">
KnowRob is a knowledge processing framework for robots. It has originally
been developed in the IAS group at Technische Universitaet Muenchen,
Germany and is currently maintained by Moritz Tenorth at the Institute
for Artificial Intelligence in Bremen, Germany.
It provides tools for knowledge acquisition, representation and reasoning
that are tailored to the demands in mobile robotics.
</description>
<author>Maintained by Moritz Tenorth</author>
<license>GPL,BSD</license>
<review status="unreviewed" notes=""/>
<url>http://www.knowrob.org</url>
<depend stack="client_rosjava_jni" /> <!-- rosjava_jni, tfjava -->
<depend stack="robot_model" /> <!-- urdf -->
<depend stack="ros" /> <!-- rosbuild -->
<depend stack="ros_comm" /> <!-- rospy -->
</stack>