forked from 4am-robotics/cob_common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.xml
18 lines (16 loc) · 825 Bytes
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<stack>
<description brief="Care-O-bot stack with common packages">
The cob_common stack hosts common packages that are used within the Care-O-bot repository. E.g. utility packages or common message and service definitions etc. Also the urdf desciption of the robot is located in this stack.
</description>
<author>Maintained by Florian Weisshardt</author>
<license>BSD,LGPL</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/cob_common</url>
<depend stack="common_msgs" /> <!-- trajectory_msgs, geometry_msgs -->
<depend stack="robot_model" /> <!-- convex_decomposition, ivcon, urdf -->
<depend stack="ros" /> <!-- roslib -->
<depend stack="ros_comm" /> <!-- rostest, std_msgs -->
<depend stack="urdf" />
<depend stack="urdfdom" />
<depend stack="xacro" />
</stack>