hlrc / server / package.xml @ bd86bb92
History | View | Annotate | Download (2.001 KB)
| 1 | 0c286af0 | Simon Schulz | <?xml version="1.0"?>
|
|---|---|---|---|
| 2 | <package>
|
||
| 3 | <name>hlrc_server</name> |
||
| 4 | <version>0.0.1</version> |
||
| 5 | <description>the high level robot control server</description> |
||
| 6 | |||
| 7 | c86a1867 | Robert Haschke | <!-- One maintainer tag required, multiple allowed, one person per tag -->
|
| 8 | 0c286af0 | Simon Schulz | <maintainer email="sschulz@techfak.uni-bielefeld.de">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>GPLv3</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://opensource.cit-ec.uni-bielefeld.de/hlrc</url> --> |
||
| 21 | <url type="repository">https://opensource.cit-ec.uni-bielefeld.de/git/hlrc.git</url> --> |
||
| 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 | <!-- Use buildtool_depend for build tool packages: -->
|
||
| 32 | <buildtool_depend>catkin</buildtool_depend> |
||
| 33 | c86a1867 | Robert Haschke | <!-- Use build_depend for packages you need at compile time: -->
|
| 34 | 0c286af0 | Simon Schulz | <build_depend>roscpp</build_depend> |
| 35 | <build_depend>std_msgs</build_depend> |
||
| 36 | <build_depend>actionlib_msgs</build_depend> |
||
| 37 | c86a1867 | Robert Haschke | <build_depend>humotion</build_depend> |
| 38 | <!-- Use run_depend for packages you need at runtime: -->
|
||
| 39 | <run_depend>actionlib_msgs</run_depend> |
||
| 40 | <!-- Use test_depend for packages you need only for testing: -->
|
||
| 41 | <!-- <test_depend>gtest</test_depend> -->
|
||
| 42 | 0c286af0 | Simon Schulz | |
| 43 | <!-- The export tag contains other, unspecified, tags -->
|
||
| 44 | <export>
|
||
| 45 | <!-- You can specify that this package is a metapackage here: -->
|
||
| 46 | <!-- <metapackage/> -->
|
||
| 47 | |||
| 48 | <!-- Other tools can request additional information be placed here -->
|
||
| 49 | |||
| 50 | </export>
|
||
| 51 | </package> |