Skip to content

Commit 16132b8

Browse files
committed
chore: remove redundant parameters
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
1 parent f80acd2 commit 16132b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sensing/pointcloud_preprocessor/include/pointcloud_preprocessor/distortion_corrector/distortion_corrector.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ class DistortionCorrector : public DistortionCorrectorBase
7171
bool pointcloud_transform_needed_{false};
7272
bool pointcloud_transform_exists_{false};
7373
bool imu_transform_exists_{false};
74-
bool pointcloud_transform_exists_{false};
75-
bool pointcloud_transform_needed_{false};
7674
rclcpp::Node * node_;
7775
tf2_ros::Buffer tf_buffer_;
7876
tf2_ros::TransformListener tf_listener_;

0 commit comments

Comments
 (0)