-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
69 lines (60 loc) · 2.58 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0"?>
<package>
<name>cloth_assist_framework</name>
<version>0.0.0</version>
<description>This package contains code to implement reinforcement learning framework for clothing assistance.</description>
<maintainer email="buntyke@gmail.com">Nishanth Koganti</maintainer>
<license>MIT</license>
<url type="website">https://github.com/buntyke/cloth_assist_framework.git</url>
<author email="buntyke@gmail.com">Nishanth Koganti</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>urdf</build_depend>
<build_depend>rospy</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rosbag</build_depend>
<build_depend>rostime</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>kinect2_bridge</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>baxter_core_msgs</build_depend>
<build_depend>baxter_interface</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>ar_track_alvar_msgs</build_depend>
<build_depend>robot_state_publisher</build_depend>
<build_depend>compressed_image_transport</build_depend>
<build_depend>compressed_depth_image_transport</build_depend>
<run_depend>urdf</run_depend>
<run_depend>rospy</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rosbag</run_depend>
<run_depend>rostime</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>libpcl-all</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>libpcl-all-dev</run_depend>
<run_depend>kinect2_bridge</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>baxter_core_msgs</run_depend>
<run_depend>baxter_interface</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>ar_track_alvar_msgs</run_depend>
<run_depend>robot_state_publisher</run_depend>
<run_depend>compressed_image_transport</run_depend>
<run_depend>compressed_depth_image_transport</run_depend>
<export></export>
</package>