ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
By default, only ROS_INFO()
level messages (and above) appear in the console output.
You can change that on a per-logger granularity by setting the logger level in rxconsole
.
There are also ways to set the logger configuration before a node starts running.