-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
71 lines (69 loc) · 2.78 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
70
71
<?xml version="1.0"?>
<package>
<name>rapid_pbd</name>
<version>0.2.0</version>
<description>Programming by demonstration for 1 or 2 arm robots</description>
<maintainer email="[email protected]">Justin Huang</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>mongodb_store</build_depend>
<build_depend>moveit_core</build_depend>
<build_depend>moveit_msgs</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<build_depend>moveit_goal_builder</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>pr2_controllers_msgs</build_depend>
<build_depend>pr2_mechanism_msgs</build_depend>
<build_depend>rapid_pbd_msgs</build_depend>
<build_depend>robot_controllers_msgs</build_depend>
<build_depend>robot_markers</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>shape_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>surface_perception</build_depend>
<build_depend>tf</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>transform_graph</build_depend>
<build_depend>urdf</build_depend>
<build_depend>visualization_msgs</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>depthcloud_encoder</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>interactive_marker_proxy</run_depend>
<run_depend>mongodb_store</run_depend>
<run_depend>moveit_core</run_depend>
<run_depend>moveit_msgs</run_depend>
<run_depend>moveit_ros_planning</run_depend>
<run_depend>moveit_ros_planning_interface</run_depend>
<run_depend>moveit_goal_builder</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>pr2_controllers_msgs</run_depend>
<run_depend>pr2_mechanism_msgs</run_depend>
<run_depend>rapid_pbd_msgs</run_depend>
<run_depend>robot_controllers_msgs</run_depend>
<run_depend>robot_markers</run_depend>
<run_depend>rosbridge_server</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>ros_web_video</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>shape_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>surface_perception</run_depend>
<run_depend>tf2_web_republisher</run_depend>
<run_depend>tf</run_depend>
<run_depend>trajectory_msgs</run_depend>
<run_depend>transform_graph</run_depend>
<run_depend>urdf</run_depend>
<run_depend>visualization_msgs</run_depend>
<export>
<appname>Rapid PbD</appname>
</export>
</package>