-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.xml
51 lines (43 loc) · 1.69 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
45
46
47
48
49
50
51
<package format="2">
<name>dynamic_graph_bridge</name>
<version>3.4.5</version>
<description>
ROS bindings for dynamic graph.
</description>
<maintainer email="[email protected]">[email protected]</maintainer>
<author email="[email protected]">[email protected]</author>
<license>LGPL</license>
<url>http://ros.org/wiki/dynamic_graph_bridge</url>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>realtime_tools</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>message_runtime</build_depend>
<build_depend>dynamic-graph</build_depend>
<build_depend>dynamic-graph-python</build_depend>
<build_depend>sot-core</build_depend>
<build_depend>sot-dynamic-pinocchio</build_depend>
<build_depend>dynamic_graph_bridge_msgs</build_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>realtime_tools</exec_depend>
<exec_depend>message_generation</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>dynamic-graph</exec_depend>
<exec_depend>dynamic-graph-python</exec_depend>
<exec_depend>sot-core</exec_depend>
<exec_depend>sot-dynamic-pinocchio</exec_depend>
<exec_depend>dynamic_graph_bridge_msgs</exec_depend>
</package>