Get all topics that publish a given message?
How to get the names of all topics that publish a given message?
E.g. when I add an image viewer in RVIZ, it already lists for you all topics that publish a sensor_msgs/Image
message, so you choose which one you want to subscribe to! How can I achieve something like this in C++?
Say I have a message called A, I want to get the names of all topics that publish A. Appreciate any help or suggestions:-)