-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.xml
32 lines (22 loc) · 918 Bytes
/
package.xml
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
<?xml version="1.0"?>
<package format="2">
<name>agimus_demos</name>
<version>0.0.0</version>
<description>The agimus_demos package</description>
<maintainer email="[email protected]">Joseph Mirabel</maintainer>
<license>BSD</license>
<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/agimus_demos</url> -->
<author email="[email protected]">Joseph Mirabel</author>
<author email="[email protected]">Alexis Nicolin</author>
<depend>dynamic-graph-python</depend>
<depend>dynamic_graph_bridge</depend>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>roslaunch</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>