Remove unneeded line

This commit is contained in:
Oleg Kalachev
2023-07-22 13:36:14 +03:00
parent bf4f680164
commit 6fb84ae584

View File

@@ -101,7 +101,7 @@ void callback(const T& msg)
// calculate from TF
offset = tf_buffer.lookupTransform(local_frame_id, frame_id,
msg->header.stamp, ros::Duration(0.02));
offset.header.frame_id = vpe.header.frame_id;
// offset.header.frame_id = vpe.header.frame_id;
offset.child_frame_id = offset_frame_id;
} else {