-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.xml
31 lines (27 loc) · 1.07 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
<?xml version="1.0"?>
<package>
<name>talos_integration_tests</name>
<version>0.0.8</version>
<description>Talos integration tests</description>
<!-- Maintainer email -->
<!-- One license tag required, multiple allowed, one license per tag -->
<license>BSD</license>
<!-- Author tag -->
<test_depend>gtest</test_depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>talos_gazebo</build_depend>
<run_depend>roscontrol_sot_talos</run_depend>
<run_depend>dynamic_graph_bridge_msgs</run_depend>
<run_depend>sot-talos-balance</run_depend>
<run_depend>rospy</run_depend>
<run_depend>talos_gazebo</run_depend>
<run_depend>roscontrol_sot_talos</run_depend>
<run_depend>dynamic_graph_bridge_msgs</run_depend>
<run_depend>sot-pattern-generator</run_depend>
<run_depend>talos_bauzil</run_depend>
<run_depend>talos-torque-control</run_depend>
</package>