Project

General

Profile

Statistics
| Branch: | Revision:

robobuggy / buggymsgs / package.xml @ dd5d7f53

History | View | Annotate | Download (2.25 KB)

1
<?xml version="1.0"?>
2
<package>
3
  <name>buggymsgs</name>
4
  <version>0.0.2</version>
5
  <description>The buggycommon package</description>
6

    
7
  <!-- One maintainer tag required, multiple allowed, one person per tag --> 
8
  <!-- Example:  -->
9
  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
10
  <maintainer email="tahm@todo.todo">tahm</maintainer>
11

    
12

    
13
  <!-- One license tag required, multiple allowed, one license per tag -->
14
  <!-- Commonly used license strings: -->
15
  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
16
  <license>TODO</license>
17

    
18

    
19
  <!-- Url tags are optional, but mutiple are allowed, one per tag -->
20
  <!-- Optional attribute type can be: website, bugtracker, or repository -->
21
  <!-- Example: -->
22
  <!-- <url type="website">http://wiki.ros.org/buggymsgs</url> -->
23

    
24

    
25
  <!-- Author tags are optional, mutiple are allowed, one per tag -->
26
  <!-- Authors do not have to be maintianers, but could be -->
27
  <!-- Example: -->
28
  <!-- <author email="jane.doe@example.com">Jane Doe</author> -->
29

    
30

    
31
  <!-- The *_depend tags are used to specify dependencies -->
32
  <!-- Dependencies can be catkin packages or system dependencies -->
33
  <!-- Examples: -->
34
  <!-- Use build_depend for packages you need at compile time: -->
35
  <!--   <build_depend>message_generation</build_depend> -->
36
  <!-- Use buildtool_depend for build tool packages: -->
37
  <!--   <buildtool_depend>catkin</buildtool_depend> -->
38
  <!-- Use run_depend for packages you need at runtime: -->
39
  <!--   <run_depend>message_runtime</run_depend> -->
40
  <!-- Use test_depend for packages you need only for testing: -->
41
  <!--   <test_depend>gtest</test_depend> -->
42
  <buildtool_depend>catkin</buildtool_depend>
43

    
44

    
45
  <build_depend>roscpp</build_depend>
46
  <build_depend>rospy</build_depend>
47
  <build_depend>std_msgs</build_depend>
48
  <build_depend>message_generation</build_depend>
49

    
50
  <run_depend>roscpp</run_depend>
51
  <run_depend>rospy</run_depend>
52
  <run_depend>std_msgs</run_depend>
53
  <run_depend>message_runtime</run_depend>
54

    
55

    
56
  <!-- The export tag contains other, unspecified, tags -->
57
  <export>
58
    <!-- You can specify that this package is a metapackage here: -->
59
    <!-- <metapackage/> -->
60

    
61
    <!-- Other tools can request additional information be placed here -->
62

    
63
  </export>
64
</package>