This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
executable file
·65 lines (51 loc) · 2.3 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
<?xml version="1.0"?>
<package format="2">
<name>ger_drone_cbr</name>
<version>0.0.0</version>
<description>The drone_ger package</description>
<!-- Mantedores -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="ger_unicamp@googlegroups.com">Grupo de Estudos em Robotica - GER - Unicamp</maintainer>
<maintainer email="ger_drone@googlegroups.com">Equipe Drone - GER - Unicamp</maintainer>
<!-- Licenca -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>TODO</license>
<!-- Enderecos-->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<url type="website">http://www.gerunicamp.com.br/</url>
<!-- Autores -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
<author email="eltsu3110@hotmail.com">Elton Cardoso do Nascimento</author>
<author email="lhwanphilippesilva@gmail.com">Lhwan Philippe Silva</author>
<author email="leonardo-rener@hotmail.com">Leonardo Rener</author>
<author email="paiano.otavio@gmail.com">Otavio Paiano</author>
<!-- Dependencias -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_export_depend>roscpp</build_export_depend>
<build_export_depend>rospy</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<build_depend>ardrone_autonomy</build_depend>
<exec_depend>ardrone_autonomy</exec_depend>
<build_depend>cv_bridge</build_depend>
<exec_depend>cv_bridge</exec_depend>
<build_depend>sound_play</build_depend>
<exec_depend>sound_play</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>