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'm not sure, if roslaunch supports that - just try it.

If it doesn't, you can use args for that:

<arg name="from_topic" />
<remap from="from_topic" to="$(arg from_topic)"/>

Command line syntax should stay the same.