Skip to content

Commit

Permalink
fix(autoware_image_projection_based_fusion): fix clang-diagnostic-inc…
Browse files Browse the repository at this point in the history
…onsistent-missing-override (#9510)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 28, 2024
1 parent 1e37266 commit 210ff63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class RoiClusterFusionNode
double trust_object_distance_;
std::string non_trust_object_iou_mode_{"iou_x"};
bool is_far_enough(const DetectedObjectWithFeature & obj, const double distance_threshold);
bool out_of_scope(const DetectedObjectWithFeature & obj);
bool out_of_scope(const DetectedObjectWithFeature & obj) override;
double cal_iou_by_mode(
const sensor_msgs::msg::RegionOfInterest & roi_1,
const sensor_msgs::msg::RegionOfInterest & roi_2, const std::string iou_mode);
Expand Down

0 comments on commit 210ff63

Please sign in to comment.