-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (26 loc) · 1.04 KB
/
package.xml
File metadata and controls
30 lines (26 loc) · 1.04 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
<?xml version="1.0"?>
<package>
<name>pepper_hand_pose</name>
<version>1.0.0</version>
<description>Enables Pepper hand pose computation</description>
<maintainer email="fabien.spindler@inria.fr">Fabien Spindler</maintainer>
<author email="Giovanni.Claudio@inria.fr">Giovanni Claudio</author>
<author email="Fabien.Spindler@inria.fr">Fabien Spindler</author>
<license>BSD</license>
<url type="repository">git://github.com/lagadic/pepper_hand_pose.git</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>visp_bridge</build_depend>
<build_depend>whycon</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>tf</run_depend>
<run_depend>visp_bridge</run_depend>
<run_depend>whycon</run_depend>
</package>