Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 599 Bytes

ros2rosout

This is the ros2 rosout print utility command which displaies the content of /rosout topic in a nicely formatted and colorized output.

Usage

Run ros2 rosout print to get the live stream of the logs.

Run ros2 rosout print -h/--help to print all available command arguments.

Output format

The command outputs the log line with the following format: [ datetime ] [ level ] [ nodename ]: log :[ file : line ( function )]

File, line and function are all optional and are displays when the -f/--function-detail switch is provided.