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

Try using the args property:

<node name="setuart2" pkg="base_controller" type="setuart2" args="on"/>

But also note that roslaunch assumes that any nodes listed are ROS nodes, and silently passes additional __name and __log parameters to your program (which ROS nodes handle correctly).