-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml~
75 lines (55 loc) · 2.27 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<package format="2">
<!--
<depend> : build, export, and execution dependencies
<build_depend> : pkgs needed at compile time (any file or library)
<build_export_depend>: pkgs needed to build libraries against this pkg
<exec_depend> : pkgs needed to run this code. (e.g: shared libs)
<test_depend> : only additional deps for unit testing (e.g: gtest)
<doc_depend> : dependencies for documentation generation
See also:
- http://wiki.ros.org/catkin/package.xml
- http://www.ros.org/reps/rep-0140.html
-->
<!-- PACKAGE INFORMATION -->
<!-- - - - - - - - - - - -->
<name>uchile_speech_pocketsphinx</name>
<version>2.0.0</version>
<description>uchile_speech_pocketsphinx package</description>
<!-- team -->
<maintainer email="[email protected]">
Bender Team - UChile Homebreakers</maintainer>
<author email="[email protected]">
Bender Team - UChile Homebreakers</author>
<!-- specific developers -->
<author email="[email protected]">Cristopher Gomez A.K.A. SM</author>
<maintainer email="[email protected]">robotica</maintainer>
<!-- about bender and related repository -->
<url type="website">bender.li2.uchile.cl</url>
<url type="bugtracker">
https://bitbucket.org/uchile-robotics-die/bender_base_layer/issues</url>
<url type="repository">
https://bitbucket.org/uchile-robotics-die/bender_base_layer</url>
<license>TODO</license>
<!-- SYSTEM DEPENDENCIES -->
<!-- - - - - - - - - - - -->
<!-- build system tool to build this package -->
<buildtool_depend>catkin</buildtool_depend>
<!-- common ROS depends -->
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>dynamic_reconfigure</depend>
<!-- messages -->
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- === bender depends === -->
<depend>uchile_msgs</depend>
<depend>uchile_srvs</depend>
<depend>uchile_util</depend>
<export>
</export>
</package>