20 lines
877 B
XML
20 lines
877 B
XML
<stack>
|
|
<description brief="Modeling robot information">
|
|
<tt>robot_model</tt> contains packages for modeling various
|
|
aspects of robot information, specified in the Xml Robot
|
|
Description Format (URDF). The core package of this stack
|
|
is <a href="http://ros.org/wiki/urdf">urdf</a>, which parses URDF files, and constructs an
|
|
object model (C++) of the robot.
|
|
</description>
|
|
<author>Wim Meeussen, John Hsu, David Lu</author>
|
|
<license>BSD,GPL,MIT</license>
|
|
<review status="Doc reviewed" notes="2009-10-02"/>
|
|
<url>http://ros.org/wiki/robot_model</url>
|
|
<depend stack="common_msgs" /> <!-- sensor_msgs -->
|
|
<depend stack="geometry" /> <!-- tf, angles, tf_conversions -->
|
|
<depend stack="orocos_kinematics_dynamics" /> <!-- kdl -->
|
|
<depend stack="ros" /> <!-- roslib -->
|
|
<depend stack="ros_comm" /> <!-- rosconsole, rospy, roscpp -->
|
|
|
|
</stack>
|