Skip to content

Commit

Permalink
fix(autoware_lidar_transfusion): fix clang-diagnostic-unused-private-…
Browse files Browse the repository at this point in the history
…field (#9499)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 27, 2024
1 parent c3df6b1 commit e6d90b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class LIDAR_TRANSFUSION_PUBLIC LidarTransfusionNode : public rclcpp::Node
tf2_ros::TransformListener tf_listener_{tf_buffer_};

DetectionClassRemapper detection_class_remapper_;
float score_threshold_{0.0};
std::vector<std::string> class_names_;

NonMaximumSuppression iou_bev_nms_;
Expand Down

0 comments on commit e6d90b7

Please sign in to comment.