humotion / examples / meka / package.xml @ 51a1f01d
History | View | Annotate | Download (2.186 KB)
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<package>
|
3 |
<name>meka_humotion_server</name> |
4 |
<version>0.0.1</version> |
5 |
<description>humotion server for the mekabot</description> |
6 |
|
7 |
<!-- One maintainer tag required, multiple allowed, one person per tag -->
|
8 |
<maintainer email="sschulz@todo.todo">Simon Schulz</maintainer> |
9 |
|
10 |
|
11 |
<!-- One license tag required, multiple allowed, one license per tag -->
|
12 |
<!-- Commonly used license strings: -->
|
13 |
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
|
14 |
<license>TODO</license> |
15 |
|
16 |
|
17 |
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
|
18 |
<!-- Optional attribute type can be: website, bugtracker, or repository -->
|
19 |
<!-- Example: -->
|
20 |
<url type="website">https://projects.cit-ec.uni-bielefeld.de/git/flobidev.core.git</url> --> |
21 |
|
22 |
|
23 |
<!-- Author tags are optional, mutiple are allowed, one per tag -->
|
24 |
<!-- Authors do not have to be maintianers, but could be -->
|
25 |
<!-- Example: -->
|
26 |
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
|
27 |
|
28 |
|
29 |
<!-- The *_depend tags are used to specify dependencies -->
|
30 |
<!-- Dependencies can be catkin packages or system dependencies -->
|
31 |
<!-- Examples: -->
|
32 |
<!-- Use build_depend for packages you need at compile time: -->
|
33 |
<!-- Use buildtool_depend for build tool packages: -->
|
34 |
<!-- <buildtool_depend>catkin</buildtool_depend> -->
|
35 |
<!-- Use run_depend for packages you need at runtime: -->
|
36 |
<!-- <run_depend>message_runtime</run_depend> -->
|
37 |
<!-- Use test_depend for packages you need only for testing: -->
|
38 |
<!-- <test_depend>gtest</test_depend> -->
|
39 |
<buildtool_depend>catkin</buildtool_depend> |
40 |
<build_depend>roscpp</build_depend> |
41 |
<build_depend>std_msgs</build_depend> |
42 |
<!-- <run_depend>roscpp</run_depend> -->
|
43 |
<!-- <run_depend>std_msgs</run_depend> -->
|
44 |
|
45 |
<!--<build_depend>actionlib</build_depend>
|
46 |
<build_depend>actionlib_msgs</build_depend>
|
47 |
<run_depend>actionlib</run_depend> -->
|
48 |
<!-- <run_depend>actionlib_msgs</run_depend> -->
|
49 |
|
50 |
<!-- The export tag contains other, unspecified, tags -->
|
51 |
<export>
|
52 |
<!-- You can specify that this package is a metapackage here: -->
|
53 |
<!-- <metapackage/> -->
|
54 |
|
55 |
<!-- Other tools can request additional information be placed here -->
|
56 |
|
57 |
</export>
|
58 |
</package>
|