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 need to edit the output attribute in the node tag as follows:

<node name="foo" pkg="bar" type="bar_node" output="screen" />

You need to edit If you want you can make it print on the same terminal by adding the output attribute in the node tag as follows:

<node name="foo" pkg="bar" type="bar_node" output="screen" />