forked from RobotnikAutomation/rcomponent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
39 lines (31 loc) · 1.42 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
<?xml version="1.0"?>
<package>
<name>rcomponent</name>
<version>1.2.0</version>
<description>The rcomponent package. Component used as templates for new ROS nodes</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Román Navarro</maintainer>
<maintainer email="[email protected]">Roberto Guzmán</maintainer>
<maintainer email="[email protected]">March Bosch</maintainer>
<maintainer email="[email protected]">Alex Arnal</maintainer>
<maintainer email="[email protected]">José Gómez</maintainer>
<license>BSD</license>
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- Example: -->
<!-- <url type="website">http://wiki.ros.org/rcomponent</url> -->
<author email="[email protected]">Román Navarro</author>
<author email="[email protected]">Roberto Guzmán</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>robotnik_msgs</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>self_test</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>robotnik_msgs</run_depend>
<export>
</export>
</package>