-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (30 loc) · 1.11 KB
/
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
33
34
35
36
37
<?xml version="1.0"?>
<package format="2">
<name>manager_pepper</name>
<version>0.0.1</version>
<description>The manager_pepper package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Thomas UNG</maintainer>
<license>MIT</license>
<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="[email protected]">Jane Doe</author> -->
<buildtool_depend>catkin</buildtool_depend>
<depend>libqi</depend>
<depend>actionlib</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>warehouse_ros</depend>
<depend>warehouse_ros_sqlite</depend>
<depend>naoqi_libqi</depend>
<depend>naoqi_libqicore</depend>
<depend>robobreizh_msgs</depend>
<depend>pnp_ros</depend>
<depend>pnp_msgs</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>