-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(detected_object_validation): add virtual destructor to obstacle_pointcloud_based_validator #7761
Conversation
…bstacle_pointcloud_based_validator Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7761 +/- ##
==========================================
- Coverage 28.36% 28.36% -0.01%
==========================================
Files 1584 1584
Lines 115529 115541 +12
Branches 49251 49254 +3
==========================================
Hits 32773 32773
- Misses 73812 73824 +12
Partials 8944 8944
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
754c228
to
cb05bc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…d_based_validator
…ointcloud_based_validator (autowarefoundation#7761) fix(obstacle_pointcloud_based_validator): add virtual destructor to obstacle_pointcloud_based_validator Signed-off-by: Y.Hisaki <yhisaki31@gmail.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
…ointcloud_based_validator (autowarefoundation#7761) fix(obstacle_pointcloud_based_validator): add virtual destructor to obstacle_pointcloud_based_validator Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…ointcloud_based_validator (#7761) fix(obstacle_pointcloud_based_validator): add virtual destructor to obstacle_pointcloud_based_validator Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…ointcloud_based_validator (autowarefoundation#7761) fix(obstacle_pointcloud_based_validator): add virtual destructor to obstacle_pointcloud_based_validator Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Description
Related links
https://stackoverflow.com/questions/461203/when-to-use-virtual-destructors
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.