ROS Consolor Color Print
Folks,
Is there a way to change the color of what I print with ROS_INFO(), etc.? I want to leave red and yellow for real errors and real warnings.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
It looks like the colors are #define
d here:
https://github.com/ros/ros_comm/blob/...
I took just a brief glance and did not see any option for runtime configuration. Time to fork? :p
Or you could pipe the output to sed
and replace the colors with a clever regex.
Asked: 2016-08-18 16:39:45 -0600
Seen: 2,345 times
Last updated: Aug 19 '16