Closed sloretz closed 4 years ago
Fixes #36. It's possible for a subscriber to receive their first message and call the callback prior to self.source_update_cb existing. This PR creates the attribute before the subscribers.
self.source_update_cb
I think we'll also need the same fix on the noetic-devel branch.
Fixes #36. It's possible for a subscriber to receive their first message and call the callback prior to
self.source_update_cb
existing. This PR creates the attribute before the subscribers.