Skip to content

Commit

Permalink
fix(autoware_raindrop_cluster_filter): fix clang-diagnostic-unused-pr…
Browse files Browse the repository at this point in the history
…ivate-field (#9496)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 27, 2024
1 parent e6d90b7 commit cc8abac
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ class LowIntensityClusterFilter : public rclcpp::Node
double max_y_;
double min_y_;

double max_x_transformed_;
double min_x_transformed_;
double max_y_transformed_;
double min_y_transformed_;
// Eigen::Vector4f min_boundary_transformed_;
// Eigen::Vector4f max_boundary_transformed_;
bool is_validation_range_transformed_ = false;
const std::string base_link_frame_id_ = "base_link";
autoware::detected_object_validation::utils::FilterTargetLabel filter_target_;

Expand Down

0 comments on commit cc8abac

Please sign in to comment.