30 lines
1005 B
XML
30 lines
1005 B
XML
<package>
|
|
<description brief="This package allows you to publish the state of a robot to the transform library topic">
|
|
|
|
This package allows you to publish the state of a robot to the
|
|
transform library topic. Once the state gets published, it is
|
|
available to all components in the system using the transform
|
|
library. The package takes the joint angles of the robot as input
|
|
and publishes the 3D poses of the robot links, using a kinematic
|
|
tree model of the robot. The package can both be used as a library
|
|
and as a ROS node.
|
|
|
|
</description>
|
|
<author>Wim Meeussen meeussen@willowgarage.com </author>
|
|
<license>BSD</license>
|
|
<review status="API reviewed" notes=""/>
|
|
<url>http://pr.willowgarage.com/wiki/robot_state_publisher</url>
|
|
|
|
<depend package="kdl_parser" />
|
|
<depend package="sensor_msgs" />
|
|
<depend package="roscpp" />
|
|
<depend package="tf" />
|
|
<depend package="tf_conversions" />
|
|
|
|
<export>
|
|
<cpp cflags="-I${prefix}/include/"/>
|
|
</export>
|
|
</package>
|
|
|
|
|