1
1
<?xml version =" 1.0" ?>
2
2
<package >
3
- <name >boostpy_test</name >
4
- <version >0.0.0</version >
5
- <description >The boostpy_test 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 =" felix@todo.todo" >felix</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 >
3
+ <name >boost_python_catkin_example</name >
4
+ <version >1.0.0</version >
5
+ <description >
6
+ A minimal example package on how to use Boost::Python with catkin.
7
+ </description >
17
8
9
+ <maintainer email =" felix@todo.todo" >Felix Widmaier</maintainer >
10
+ <license >GPLv2</license >
18
11
19
12
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
20
13
<!-- Optional attribute type can be: website, bugtracker, or repository -->
21
- <!-- Example: -->
22
- <!-- <url type="website">http://wiki.ros.org/boostpy_test</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> -->
14
+ <url type =" website" >https://github.com/luator/ros-boost-python</url >
29
15
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
16
<buildtool_depend >catkin</buildtool_depend >
43
- <build_depend >roscpp</build_depend >
44
- <build_depend >rospy</build_depend >
45
- <run_depend >roscpp</run_depend >
46
- <run_depend >rospy</run_depend >
47
-
48
-
49
- <!-- The export tag contains other, unspecified, tags -->
50
- <export >
51
- <!-- You can specify that this package is a metapackage here: -->
52
- <!-- <metapackage/> -->
53
-
54
- <!-- Other tools can request additional information be placed here -->
55
-
56
- </export >
57
- </package >
17
+ </package >
0 commit comments