-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·29 lines (23 loc) · 973 Bytes
/
package.xml
File metadata and controls
executable file
·29 lines (23 loc) · 973 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
27
28
29
<?xml version="1.0"?>
<package>
<name>armor_py_api</name>
<version>0.1.0</version>
<description>armor_py_api- a python interface for armor clients</description>
<maintainer email="alessio.capitanelli@dibris.unige.it">Alessio Capitanelli</maintainer>
<author email="alessio.capitanelli@dibris.unige.it">Alessio Capitanelli</author>
<license>GPLv2</license>
<url type="website">https://github.com/EmaroLab</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>armor</build_depend>
<build_depend>armor_msgs</build_depend>
<build_depend>multi_ontology_reference</build_depend>
<build_depend>rospy</build_depend>
<run_depend>armor</run_depend>
<run_depend>armor_msgs</run_depend>
<run_depend>multi_ontology_reference</run_depend>
<run_depend>rospy</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>