Skip to content

Commit

Permalink
Merge branch 'humble' into fix/detector2d_base
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar-Ray-code authored Mar 30, 2024
2 parents 289fbf5 + 3feac98 commit 7d7f06f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Detector
virtual void init(const detector2d_parameters::ParamListener & param_listener) = 0;
virtual vision_msgs::msg::Detection2DArray detect(const cv::Mat & image) = 0;
virtual ~Detector() {}

protected:
Detector() {}
};
Expand Down

0 comments on commit 7d7f06f

Please sign in to comment.