-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
40 lines (34 loc) · 1.15 KB
/
package.xml
File metadata and controls
40 lines (34 loc) · 1.15 KB
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
<?xml version="1.0"?>
<package format="2">
<name>knowrob_designator</name>
<version>0.1.0</version>
<description>The knowrob_designator package provides a service node for querying semantic
information in KnowRob.</description>
<!-- License -->
<license>BSD</license>
<!-- Maintainer information -->
<maintainer email="jongebloed@uni-bremen.com">Sascha Jongebloed</maintainer>
<!-- Dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>actionlib_msgs</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>actionlib</exec_depend>
<test_depend>rostest</test_depend>
<test_depend>python3</test_depend>
<depend>roslib</depend>
<depend>roscpp</depend>
<depend>knowrob</depend>
<depend>knowrob_ros</depend>
<depend>spdlog</depend>
<depend>rospy</depend>
<depend>libmongoc-dev</depend>
<depend>fmt</depend>
<!-- Additional tags -->
<export>
<!-- Other tools can add information here -->
</export>
</package>