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 don't have to use log files.

In your launch file, you can send a node's messages to stdout (rather than to a log file) by adding the attribute output="screen" to the node's entry in the launch file.

Or you can install the rqt_console utility from apt, and review the log messages in real-time. This requires a desktop.