forked from Kinovarobotics/kinova-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.xml
29 lines (23 loc) · 969 Bytes
/
stack.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
<stack>
<name>jaco</name>
<description brief="ROS stack for Kinova JACO arm">
The ROS JACO Arm stack provides a ROS interface for the Kinova Robotics
JACO robotic manipulator arm. This stack provides access to the Kinova
JACO C++ hardware API through ROS.
</description>
<author email="[email protected]">Jeff Schmidt (Clearpath)</author>
<author email="[email protected]">Alex Bencz (Clearpath)</author>
<author>Matt DeDonato (WPI)</author>
<maintainer email="[email protected]">Alex Bencz</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/jaco</url>
<review status="unreviewed" notes=""/>
<depend stack="ros" />
<!-- jaco_driver -->
<depend stack="geometry" /> <!-- tf -->
<depend stack="common_msgs" /> <!-- geometry_msgs -->
<depend stack="actionlib" />
<!-- jaco_model -->
<depend stack="xacro" /> <!-- xacro -->
<depend stack="robot_model" /> <!-- urdf -->
</stack>