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

By default all logging goes to the ROS log files. You have to specify output:=screen as a parameter to the node in order to divert the logging to the console. Or, in a launch file:

 <node name="..." pkg="..." type="..." output="screen">
     ...
 </node>`