RCLPP_INFO holds messages until Node is terminated (ROS2)

asked 2021-06-03 17:54:00 -0500

fnax8902 gravatar image

updated 2021-06-03 17:55:29 -0500

Hello, I do have a pretty big project so I can't really show a code example. If I try to output anything using RCLPP_INFO it won't show up during runtime, but as soon as i terminate the note using Ctrl+c all messages are printed at once. RCLPP_ERROR works without any issues and std::cout doesn't show any problems as well with printing during runtime. Does anyone have an idea what could be the cause of this? Thanks for your time.

edit retag flag offensive close merge delete