xqms / rosmon

ROS node launcher & monitoring daemon
Other
180 stars 47 forks source link

core: log_parser: fix state machine for multiple colored sections #179

Closed xqms closed 11 months ago

xqms commented 11 months ago

Something like "\e[33m First \e[0m and \e[32m second \e[0m" would lead to rosmon only outputting "First".

This also adds a corresponding test case.

See #178.