We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501c1e6 + 70e3f95 commit 80c8850Copy full SHA for 80c8850
wireless_watcher/nodes/watcher_node
@@ -47,12 +47,12 @@ class Network(wireless_msgs.msg.Network):
47
super(Network, self).__init__(**args)
48
49
50
-connection_pub = rospy.Publisher('connection', Connection)
+connection_pub = rospy.Publisher('connection', Connection, queue_size=1)
51
52
# Disable this until we actually collect and publish the data.
53
# network_pub = rospy.Publisher('network', Network)
54
55
-connected_pub = rospy.Publisher('connected', std_msgs.msg.Bool)
+connected_pub = rospy.Publisher('connected', std_msgs.msg.Bool, queue_size=1)
56
57
while not rospy.is_shutdown():
58
try:
0 commit comments