ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
A publisher sends the message regardless if anyone listens to it or not.
A subscriber will not enter its callback function if no message is received. The subscriber can still be running though and doing nothing if no message is ever received.