No ROSWARN output in log

asked 2022-08-30 08:20:13 -0500

coolkiffings gravatar image

Hey folks,

I ported my project to Noetic coming from Kinetic. But now all my ROSWARN are not in the logfile when I launch it with output log. When I launch it with output log, all ROSWARNs are landing in screen.

With my old Kinetic Setup only ROSERROR was not in the log file.

Does someone has any idea how to fix that.

edit retag flag offensive close merge delete

Comments

After some research, I found out, that this only happens with cpp nodes. When I create 2 new nodes on noetic. One as a Python and one as cpp node, all logwarn/errors are in the log of the Python node. The cpp node is not showing anything except ROS_INFO. But all warnings are in the rosout log file

coolkiffings gravatar image coolkiffings  ( 2022-09-01 08:56:09 -0500 )edit