forked from EmaroLab/armor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (19 loc) · 827 Bytes
/
package.xml
File metadata and controls
26 lines (19 loc) · 827 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
<?xml version="1.0"?>
<package>
<name>armor</name>
<version>0.1.0</version>
<description>ROS service interface for aMOR</description>
<maintainer email="alessio.capitanelli@gmail.com">Alessio Capitanelli</maintainer>
<author email="alessio.capitanelli@gmail.com">Alessio Capitanelli</author>
<url type="website">https://github.com/EmaroLab</url>
<license>GPLv2</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>armor_msgs</build_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>multi_ontology_reference</build_depend>
<run_depend>armor_msgs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>