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

I think you need to specify the node name under which this topic is published. The structure i have been using is:

<node name="alpha" pkg="beta" type= "gama">
<remap from="old_topic_name" to="new_topic"/>
</node>

Or else in this case you can copy the contents of .launch file in another file and remap it there itself.