ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

How to add the node name in warning or fatal message?

asked 2011-07-15 23:38:15 -0500

sam gravatar image

updated 2011-07-15 23:39:20 -0500

Because I use a launch file to launch many nodes. If there exist any method to output the message with corresponding node name, it will be easier to debug. Thank you~

example of unknown node name

 [ WARN] [1310816065.685614719]: Costmap2DROS transform timeout. Current time: 1310816065.6855, global_pose stamp: 1310816065.0186, tolerance: 0.3000
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-07-16 02:10:26 -0500

dornhege gravatar image

Check section 7 of rosconsole. You can include the node name in the output format.

edit flag offensive delete link more

Comments

Thanks~~I figured out the answer such as : export ROSCONSOLE_FORMAT='${severity}:${node}:${file}:${function}:${time}:${message}'
sam gravatar image sam  ( 2011-07-16 22:49:28 -0500 )edit

Question Tools

Stats

Asked: 2011-07-15 23:38:15 -0500

Seen: 598 times

Last updated: Jul 16 '11