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
You should design your nodes in a way that they either do not rely on each message to arrive or consider using latched topics to at least get the last message when the connections is established after it was initially published. —— ros/ros_comm#176 (comment)
the above code will not work in which the publisher only publishing once after the publisher creation.
Solution:
latch=True
when create the publisherReference
The text was updated successfully, but these errors were encountered: