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

ROS_STREAM relevant

asked 2017-05-17 01:28:50 -0500

DaDaLee gravatar image

updated 2017-05-17 01:51:15 -0500

While walking through the code of nav_transform.cpp (part of robot_localization), I got confused by several output stream, it goes like this:

  1. ROS_WARN_STREAM(".........")
  2. ROS_WARN_STREAM_ONCE(".........")
  3. ROS_WARN_STREAM_THROTTLE(".........")
  4. ROS_ERROR_STREAM(".........")
  5. ROS_INFO_STREAM(".........")
  6. ROS_DEBUG_STREAM(".........")
  7. ROS_ERROR_STREAM_DELAYED_THROTTLE(.........")

What's the difference between them? I do appreciate it if someone can enlighten it to me.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-05-17 01:31:44 -0500

gvdhoorn gravatar image

Please see if wiki/roscpp/Overview/Logging clarifies things.

edit flag offensive delete link more

Comments

1

Somewhat related question: #q261473.

gvdhoorn gravatar image gvdhoorn  ( 2017-05-17 01:33:43 -0500 )edit

It helps a lot, thank you so much!

DaDaLee gravatar image DaDaLee  ( 2017-05-17 02:07:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-05-17 01:28:50 -0500

Seen: 543 times

Last updated: May 17 '17