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

Get subscriber and publisher from ros2 topic info

asked 2020-06-02 05:00:03 -0500

Rufus gravatar image

When I run ros2 topic info <topic_name>, it only gives me the type, publisher count and subscriber count, but not the publishing node and subscribing nodes. How can I also get that information, similar ot how rostopic info <topic_name> works?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2021-02-04 12:55:29 -0500

khaiyichin gravatar image

You can get it with the -v flag: ros2 topic info -v <topic_name>.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2020-06-02 05:00:03 -0500

Seen: 3,021 times

Last updated: Feb 04 '21