Revision c86a1867
| client/cpp/package.xml | ||
|---|---|---|
| 4 | 4 | 
    <version>0.0.1</version>  | 
| 5 | 5 | 
    <description>the high level robot control client</description>  | 
| 6 | 6 | 
     | 
| 7 | 
      <!-- One maintainer tag required, multiple allowed, one person per tag --> 
   | 
|
| 7 | 
    <!-- One maintainer tag required, multiple allowed, one person per tag -->  | 
|
| 8 | 8 | 
    <maintainer email="sschulz@techfak.uni-bielefeld.de">Simon Schulz</maintainer>  | 
| 9 | 9 | 
     | 
| 10 | 10 | 
     | 
| ... | ... | |
| 29 | 29 | 
     | 
| 30 | 30 | 
    <!-- The *_depend tags are used to specify dependencies -->  | 
| 31 | 31 | 
    <!-- Dependencies can be catkin packages or system dependencies -->  | 
| 32 | 
    <!-- Examples: -->  | 
|
| 33 | 
    <!-- Use build_depend for packages you need at compile time: -->  | 
|
| 34 | 
    <!-- <build_depend>message_generation</build_depend> -->  | 
|
| 35 | 
    <build_depend></build_depend>  | 
|
| 36 | 
    <run_depend></run_depend>  | 
|
| 37 | 32 | 
    <!-- Use buildtool_depend for build tool packages: -->  | 
| 38 | 
    <!-- <buildtool_depend>catkin</buildtool_depend> -->  | 
|
| 39 | 
    <!-- Use run_depend for packages you need at runtime: -->  | 
|
| 40 | 
    <!-- <run_depend>message_runtime</run_depend> -->  | 
|
| 41 | 
    <!-- Use test_depend for packages you need only for testing: -->  | 
|
| 42 | 
    <!-- <test_depend>gtest</test_depend> -->  | 
|
| 43 | 33 | 
    <buildtool_depend>catkin</buildtool_depend>  | 
| 34 | 
    <!-- Use build_depend for packages you need at compile time: -->  | 
|
| 44 | 35 | 
    <build_depend>roscpp</build_depend>  | 
| 45 | 36 | 
    <build_depend>std_msgs</build_depend>  | 
| 46 | 
    <!-- <run_depend>roscpp</run_depend> -->  | 
|
| 47 | 
    <!-- <run_depend>std_msgs</run_depend> -->  | 
|
| 48 | 
     | 
|
| 49 | 
    <!--<build_depend>actionlib</build_depend>  | 
|
| 50 | 
    <build_depend>actionlib_msgs</build_depend>  | 
|
| 51 | 
    <run_depend>actionlib</run_depend> -->  | 
|
| 52 | 
    <!-- <run_depend>actionlib_msgs</run_depend> -->  | 
|
| 37 | 
    <build_depend>hlrc_server</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> -->  | 
|
| 53 | 42 | 
     | 
| 54 | 43 | 
    <!-- The export tag contains other, unspecified, tags -->  | 
| 55 | 44 | 
    <export>  | 
| ... | ... | |
| 60 | 49 | 
     | 
| 61 | 50 | 
    </export>  | 
| 62 | 51 | 
    </package>  | 
| 63 | 
     | 
|
| server/package.xml | ||
|---|---|---|
| 4 | 4 | 
    <version>0.0.1</version>  | 
| 5 | 5 | 
    <description>the high level robot control server</description>  | 
| 6 | 6 | 
     | 
| 7 | 
      <!-- One maintainer tag required, multiple allowed, one person per tag --> 
   | 
|
| 7 | 
    <!-- One maintainer tag required, multiple allowed, one person per tag -->  | 
|
| 8 | 8 | 
    <maintainer email="sschulz@techfak.uni-bielefeld.de">Simon Schulz</maintainer>  | 
| 9 | 9 | 
     | 
| 10 | 10 | 
     | 
| ... | ... | |
| 28 | 28 | 
     | 
| 29 | 29 | 
    <!-- The *_depend tags are used to specify dependencies -->  | 
| 30 | 30 | 
    <!-- Dependencies can be catkin packages or system dependencies -->  | 
| 31 | 
    <!-- Examples: -->  | 
|
| 32 | 
    <!-- Use build_depend for packages you need at compile time: -->  | 
|
| 33 | 
    <!-- <build_depend>message_generation</build_depend> -->  | 
|
| 34 | 
    <build_depend></build_depend>  | 
|
| 35 | 
    <run_depend>actionlib_msgs</run_depend>  | 
|
| 36 | 31 | 
    <!-- 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 | 32 | 
    <buildtool_depend>catkin</buildtool_depend>  | 
| 33 | 
    <!-- Use build_depend for packages you need at compile time: -->  | 
|
| 43 | 34 | 
    <build_depend>roscpp</build_depend>  | 
| 44 | 35 | 
    <build_depend>std_msgs</build_depend>  | 
| 45 | 
    <!-- <run_depend>roscpp</run_depend> -->  | 
|
| 46 | 
    <!-- <run_depend>std_msgs</run_depend> -->  | 
|
| 47 | 36 | 
    <build_depend>actionlib_msgs</build_depend>  | 
| 48 | 
    <!--<build_depend>actionlib</build_depend>  | 
|
| 49 | 
    <build_depend>actionlib_msgs</build_depend>  | 
|
| 50 | 
    <run_depend>actionlib</run_depend> -->  | 
|
| 51 | 
    <!-- <run_depend>actionlib_msgs</run_depend> -->  | 
|
| 37 | 
    <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> -->  | 
|
| 52 | 42 | 
     | 
| 53 | 43 | 
    <!-- The export tag contains other, unspecified, tags -->  | 
| 54 | 44 | 
    <export>  | 
Also available in: Unified diff