forked from RIVeR-Lab/wpi_jaco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
24 lines (19 loc) · 909 Bytes
/
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
<?xml version="1.0"?>
<package>
<name>jaco_description</name>
<version>0.0.20</version>
<description>3D Model and URDF of the Kinova JACO Arm</description>
<maintainer email="[email protected]">David Kent</maintainer>
<maintainer email="[email protected]">Russell Toris</maintainer>
<author email="[email protected]">Russell Toris</author>
<author email="[email protected]">David Kent</author>
<author email="[email protected]">Benzun Pious Wisely Babu</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/jaco_description</url>
<url type="bugtracker">https://github.com/RIVeR-Lab/wpi_jaco/issues</url>
<url type="repository">https://github.com/RIVeR-Lab/wpi_jaco</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>xacro</run_depend>
<run_depend>joint_state_publisher</run_depend>
<run_depend>robot_state_publisher</run_depend>
</package>