How to finde a node name that publish a known topic?
I know the name of a topic but how can I find the node that is publishing that topic ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I know the name of a topic but how can I find the node that is publishing that topic ?
rostopic info /topicname
prints the publishers and subscribers of this topic.
Asked: 2016-03-31 06:09:26 -0600
Seen: 419 times
Last updated: Mar 31 '16
basic question in understanding publishing and subscribing
Can I "overload" topic names in ROS? (Different versions by datatype)
Subscribing to the odometry topic
Problem using subscribed motor position topic
publish arrays to a topic on the command line
How to create a global listener for any ROS topic and extract all data from any message?
Diagnostic aggregator not reading messages from new publishers on /diagnostics topic [closed]