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

answered 2011-03-31 15:04:36 -0500

joq gravatar image

The previous answer is incomplete. Setting output="screen" in the launch file will show INFO messages and above, not DEBUG output.

For that, you can set the ROS console configuration.

The rxconsole package allows dynamic setting and resetting of DEBUG output.

click to hide/show revision 2
mention location of Levels button

The previous answer is incomplete. Setting output="screen" in the launch file will show INFO messages and above, not DEBUG output.

For that, you can set the ROS console configuration.

The rxconsole package allows dynamic setting and resetting of DEBUG output.output. The "Levels" button near the lower right corner can set each C++ logger to any level. (It has no effect on Python loggers.)