-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
42 lines (36 loc) · 1.41 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
<?xml version="1.0"?>
<package>
<name>wb_state_publisher</name>
<version>0.0.1</version>
<description>The whole-body state publisher</description>
<author email="[email protected]">Carlos Mastalli</author>
<maintainer email="[email protected]">Carlos Mastalli</maintainer>
<license>BDS 3-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>dwl</build_depend>
<build_depend>dwl_msgs</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>hardware_interface</build_depend>
<build_depend>controller_interface</build_depend>
<build_depend>control_toolbox</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>realtime_tools</build_depend>
<build_depend>urdf</build_depend>
<build_depend>tf</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>dwl</run_depend>
<run_depend>dwl_msgs</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>hardware_interface</run_depend>
<run_depend>controller_interface</run_depend>
<run_depend>control_toolbox</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>realtime_tools</run_depend>
<run_depend>urdf</run_depend>
<run_depend>tf</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<controller_interface plugin="${prefix}/wb_state_publisher.xml"/>
</export>
</package>