forked from chili-epfl/minimalkb
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (31 loc) · 1.36 KB
/
package.xml
File metadata and controls
34 lines (31 loc) · 1.36 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>knowledge_core</name>
<version>3.9.2</version>
<description>The KnowledgeCore knowledge base, including its service-based ROS API</description>
<maintainer email="severin.lemaignan@pal-robotics.com">Séverin Lemaignan</maintainer>
<author email="severin.lemaignan@pal-robotics.com">Séverin Lemaignan</author>
<url>https://github.com/severin-lemaignan/knowledge_core</url>
<license>Apache-2.0</license>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>diagnostic_aggregator</exec_depend>
<exec_depend>diagnostic_msgs</exec_depend>
<exec_depend>kb_msgs</exec_depend>
<exec_depend>launch_pal</exec_depend>
<exec_depend>python3-reasonable</exec_depend>
<exec_depend>python3-rdflib</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>launch</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ros</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>