Include node name in console log output
Is there any way to include the node name (or PID) in the console log output from running roslaunch? It's often hard to tell which messages come from which nodes.
If you are the author of the node (or having the source code of the node), it is good to follow some good habit of using ros log includind add node name into the log. Take a look at this http://answers.ros.org/question/30908...