Skip to content

Commit 5325f2e

Browse files
zchen24wjwwood
authored andcommitted
Fixed warning: The publisher should be created with an explicit keyword argument 'queue_size' (#43)
1 parent 636d861 commit 5325f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rviz_plugin_tutorials/scripts/send_test_msgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import tf
88

99
topic = 'test_imu'
10-
publisher = rospy.Publisher( topic, Imu )
10+
publisher = rospy.Publisher( topic, Imu, queue_size=5 )
1111

1212
rospy.init_node( 'test_imu' )
1313

0 commit comments

Comments
 (0)