Is Latching handled by the Master or Node?
Is Latching handled by the Master or Node?
Thanks,
Aaron
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is Latching handled by the Master or Node?
Thanks,
Aaron
Since latching
must be done on a per-connection level it is done by the publishing node when a new subscriber connects to it.
That doesn't make sense in a pub/sub model. It seems to me like the Master should be handling this in the Topic Handling rather than sending new connections to a Publisher. I assumed the Publisher didn't know anything about it, and the master (server) acted as a proxy that streamed the message to whomever subscribed to the Topic.... Any idea why?
Asked: 2014-03-07 03:48:24 -0600
Seen: 274 times
Last updated: Mar 07 '14