ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.
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.)