|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <package> |
| 3 | + |
3 | 4 | <name>syropod_highlevel_controller</name> |
4 | 5 | <version>0.5.10</version> |
5 | 6 | <description>The syropod_highlevel_controller package</description> |
6 | 7 |
|
7 | | - <!-- One maintainer tag required, multiple allowed, one person per tag --> |
8 | | - <!-- Example: --> |
9 | | - <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> --> |
10 | 8 | <maintainer email="fletcher.talbot@csiro.au">tal058</maintainer> |
11 | 9 |
|
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 | 10 | <license>TODO</license> |
17 | 11 |
|
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/syropod_highlevel_controller</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 | 12 | <buildtool_depend>catkin</buildtool_depend> |
| 13 | + |
43 | 14 | <build_depend>roscpp</build_depend> |
44 | 15 | <build_depend>rospy</build_depend> |
45 | 16 | <build_depend>std_msgs</build_depend> |
|
60 | 31 | <run_depend>message_runtime</run_depend> |
61 | 32 | <run_depend>dynamic_reconfigure</run_depend> |
62 | 33 |
|
63 | | - |
64 | | - <!-- The export tag contains other, unspecified, tags --> |
65 | | - <export> |
66 | | - <!-- Other tools can request additional information be placed here --> |
67 | | - |
68 | | - </export> |
69 | 34 | </package> |
0 commit comments