Skip to content

Commit

Permalink
add queue_size to tf publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed May 2, 2014
1 parent 651bc8c commit fd04fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/scripts/tf_remap
Expand Up @@ -42,7 +42,7 @@ from tf.msg import tfMessage

class TfRemapper:
def __init__(self):
self.pub = rospy.Publisher('/tf', tfMessage)
self.pub = rospy.Publisher('/tf', tfMessage, queue_size=1)
mappings = rospy.get_param('~mappings', [])
self.mappings = {}

Expand Down

0 comments on commit fd04fd9

Please sign in to comment.