ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You have to supply/ add a node robot_state_publisher which publishes the tf transformations at any instant of time

example : <node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher">

click to hide/show revision 2
No.2 Revision

You have to supply/ add a node robot_state_publisher which publishes the tf transformations at any instant of time

example :

<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher">
 <param name="publish_frequency" type="double" value="50.0" />
<param name="tf_prefix" value="$(arg multi_robot_name)"/>