-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (24 loc) · 1.02 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
<?xml version="1.0"?>
<package>
<name>jaco_teleop</name>
<version>0.0.25</version>
<description>Various Nodes for Teleoperating the JACO Arm</description>
<author email="[email protected]">David Kent</author>
<maintainer email="[email protected]">David Kent</maintainer>
<maintainer email="[email protected]">Russell Toris</maintainer>
<url type="website">http://ros.org/wiki/jaco_teleop</url>
<url type="bugtracker">https://github.com/RIVeR-Lab/wpi_jaco/issues</url>
<url type="repository">https://github.com/RIVeR-Lab/wpi_jaco</url>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>control_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>kinova_msgs</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>kinova_msgs</run_depend>
</package>