Is there a way to get ROS_INFO, ROS_ERROR, etc to output line numbers?
The title says it all. Is there a flag somewhere I can set to get the ROS_INFO/ROS_ERROR/... macros to output line numbers, or is that something I'm going to have to feed to ROS_INFO myself by using __LINE__?