You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2025. It is now read-only.
In rosplay, to actually mirror the appearance of multiple nodes, I need to create multiple latched publishers on the same topic.
The expected behavior would be for every advertiser to publish its own most recent message when a new subscriber shows up, which is what independent nodes would do. However, only a single message gets published.