-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.xml
34 lines (30 loc) · 1.35 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
<?xml version="1.0"?>
<package format="3">
<name>dualarm_grasping</name>
<version>4.3.0</version>
<description>The dualarm_grasping package</description>
<maintainer email="[email protected]">Shingo Kitagawa</maintainer>
<author email="[email protected]">Shingo Kitagawa</author>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>jsk_recognition_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION==2">python-chainer-pip</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION==3">python3-chainer-pip</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION==2">python-fcn-pip</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION==3">python3-fcn-pip</exec_depend>
<exec_depend>jsk_2015_05_baxter_apc</exec_depend>
<exec_depend>jsk_2016_01_baxter_apc</exec_depend>
<exec_depend>jsk_arc2017_baxter</exec_depend>
<exec_depend>jsk_arc2017_common</exec_depend>
<exec_depend>jsk_data</exec_depend>
<exec_depend>jsk_recognition_msgs</exec_depend>
<exec_depend>roseus_smach</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>xacro</exec_depend>
<export>
</export>
</package>