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.
1 parent 04704e3 commit c912ad0Copy full SHA for c912ad0
scripts/gt_logger_node.py
@@ -15,7 +15,7 @@ def __init__(self):
15
self.output_csv_file = os.path.join(self.output_dir, "output_gt_poses.csv")
16
17
# rospy.Subscriber(self.gt_topic, TransformStamped, self.gt_cb_tsf)
18
- rospy.Subscriber(self.gt_topic, Odometry, self.gt_cb_odom)
+ rospy.Subscriber(self.gt_topic, Odometry, self.gt_cb_odom, queue_size=20)
19
self.setup_gt_file()
20
21
def gt_cb_tfs(self, msg):
0 commit comments