Find which node is printing a /rosout message
Is it possible to find out which node a message in /rosout is coming from?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is it possible to find out which node a message in /rosout is coming from?
Have you tried rqt_console? It displays and filters ROS messages. You can see the messages and which node is publishing them.
Asked: 2020-01-09 20:56:13 -0600
Seen: 209 times
Last updated: Jan 10 '20
what is the meaning of transformGlobalPlan in goalfunction.cpp line 80
Kinect depth image to real world coordinate
Does ROS include I2C Driver for Odroid/Ubuntu?
error installing ros "gpg: keyserver receive failed: Server indicated a failure"
Python3, ROS Melodic and Debian Stretch
buildfarm: Melodic build with qt_gui_cpp dependency doesn't install qtbase5-dev
Unable to change the resolution of the camera without cropping the image
Significance of adding end effectors in MoveIt! Setup Assistant
Are you asking in the context of the log lines printed on your console, or are you subscribing to the messages on the
/rosout
topic?