Skip to content

Commit

Permalink
Merge pull request #61 from familiarquark/indigo-devel
Browse files Browse the repository at this point in the history
Remove warning for missing queue size specification
  • Loading branch information
trainman419 committed Apr 25, 2017
2 parents f67704a + 3bf7405 commit 0a103a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, ntp_hostname, offset=500, self_offset=500,
self.self_stat.values = []

self.mutex = threading.Lock()
self.pub = rospy.Publisher("/diagnostics", DIAG.DiagnosticArray)
self.pub = rospy.Publisher("/diagnostics", DIAG.DiagnosticArray, queue_size=10)

# we need to periodically republish this
self.current_msg = None
Expand Down

0 comments on commit 0a103a4

Please sign in to comment.