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

The logger levels are there to filter the amount of output you see. On level 'debug', a node will spit out all kinds of details about its operation. On level 'warning', it will be silent except for messages that point out something is out of the ordinary. Here is wiki about it.