Skip to content

Commit c912ad0

Browse files
committed
Add queue to gt_logger
1 parent 04704e3 commit c912ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gt_logger_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self):
1515
self.output_csv_file = os.path.join(self.output_dir, "output_gt_poses.csv")
1616

1717
# rospy.Subscriber(self.gt_topic, TransformStamped, self.gt_cb_tsf)
18-
rospy.Subscriber(self.gt_topic, Odometry, self.gt_cb_odom)
18+
rospy.Subscriber(self.gt_topic, Odometry, self.gt_cb_odom, queue_size=20)
1919
self.setup_gt_file()
2020

2121
def gt_cb_tfs(self, msg):

0 commit comments

Comments
 (0)