How to filter ros debug level in ros kinetic

asked 2017-09-12 06:38:34 -0500

can-43811 gravatar image

updated 2017-09-12 06:41:06 -0500

Hi ,

In ros we have five diff Levels :

DEBUG INFO WARN ERROR FATAL

in our application we traces which map with the Debug , in traces we have 1 to 9 levels. which setting throw ROS_DEBUG_STREAM() e.g :

ROS_DEBUG_STREAM (::ros::console::levels::Debug<<level&lt;&lt;"string")< p="">

Ques : how to filter the Debug with sub levels levels ... Using set_logelevel()

Note : Here levels Mean 1 2 ... 9 these are the sub levels of Debug .

Thanks.

edit retag flag offensive close merge delete