-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
44 lines (33 loc) · 1.55 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<package format="2">
<name>controlit_dreamer_integration</name>
<version>0.0.0</version>
<description>
This package contains packages that enable ControlIt! to work with Dreamer.
</description>
<license>LGPLv2.1</license>
<url>http://ros.org/wiki/controlit_dreamer_integration</url>
<maintainer email="[email protected]">Chien-Liang Fok</maintainer>
<author>Chien-Liang Fok</author>
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<!-- Examples: -->
<!-- Use build_depend for packages you need at compile time: -->
<!-- <build_depend>message_generation</build_depend> -->
<!-- Use buildtool_depend for build tool packages: -->
<!-- <buildtool_depend>catkin</buildtool_depend> -->
<!-- Use run_depend for packages you need at runtime: -->
<!-- <run_depend>message_runtime</run_depend> -->
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>controlit_core</depend>
<depend>controlit_trajectory_generators</depend>
<depend>interactive_markers</depend>
<export>
<!-- <cpp cflags="-I${prefix}/include" lflags="-L${prefix}/lib -lcontrolit_core" /> -->
<cpp cflags="-I${prefix}/include" lflags="-lcontrolit_core" />
<controlit_core plugin="${prefix}/controlit_dreamer_plugins.xml" />
</export>
</package>