forked from cmubig/Frida
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
49 lines (44 loc) · 1.72 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
<?xml version="1.0"?>
<package format="3">
<name>paint</name>
<version>5.3.0</version>
<description>
Example programs for Intera SDK usage.
</description>
<maintainer email="[email protected]">
Rethink Robotics Inc.
</maintainer>
<license>Apache 2.0</license>
<url type="website">http://sdk.rethinkrobotics.com/intera/</url>
<url type="repository">
https://github.com/RethinkRobotics/intera_sdk
</url>
<url type="bugtracker">
https://github.com/RethinkRobotics/intera_sdk/issues
</url>
<author>Rethink Robotics Inc.</author>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>trajectory_msgs</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>intera_core_msgs</build_depend>
<build_depend>intera_motion_msgs</build_depend>
<build_depend>intera_interface</build_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>actionlib</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>control_msgs</exec_depend>
<exec_depend>trajectory_msgs</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>intera_core_msgs</exec_depend>
<exec_depend>intera_motion_msgs</exec_depend>
<exec_depend>intera_interface</exec_depend>
<exec_depend>joystick_drivers</exec_depend>
</package>