Problem with Publish/Subscribe [closed]
Basically, I have a node that is subscribed to 6 other nodes.
I have an initialize routine that needs a response from each node that they're done initializing. I get a fine response from 3 of them, but not the other 3. The weird thing is, they actually publish their message and can see it if I echo on the topic in the terminal, but the node receiving does not actually receive it. The even weirder part is, that if I publish to the topic with the message through the terminal, the receiving node actually reacts as it should.
I hope this makes sense.
Thanks in advance!
Are all nodes running on the same machine? Network set up correctly?
Yes, same machine.