What I expect: A ros node is run, it has a publisher and a subscriber coded into it, and another dynamic subscriber The publisher publishes data about the node to another master node, which then publishes to the subscriber in the node a) a topic b) type of message from that topic Taking this information, the node must assign the topic and message type to the dynamic subscriber The node, same code, will be run multiple times, but with different data that is being published to the master node so they all get their topics from the master node individually which might or might not be same
To be honest, I am pretty new to ros and I havent tried much, and I am unsure where to start too