Skip to content
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

yhisaki
Copy link
Contributor

@yhisaki yhisaki commented Jul 1, 2024

Description

  • Because a virtual class requires a virtual destructor, it has been added.
  • Some refactorings

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.

…bstacle_pointcloud_based_validator

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@yhisaki yhisaki added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 28.36%. Comparing base (9fcad6b) to head (7534f14).

Files Patch % Lines
..._validator/obstacle_pointcloud_based_validator.hpp 0.00% 1 Missing ⚠️
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              
Flag Coverage Δ *Carryforward flag
differential 2.94% <0.00%> (?)
total 28.36% <ø> (ø) Carriedforward from 9fcad6b

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yhisaki yhisaki changed the title fix(obstacle_pointcloud_based_validator): add virtual destructor to obstacle_pointcloud_based_validator fix(detected_object_validation): add virtual destructor to obstacle_pointcloud_based_validator Jul 1, 2024
@yhisaki yhisaki force-pushed the add-virtual-destructor-to-obstacle_pointcloud_based_validator branch from 754c228 to cb05bc7 Compare July 1, 2024 09:23
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yhisaki yhisaki merged commit 72064eb into autowarefoundation:main Jul 3, 2024
29 of 30 checks passed
@yhisaki yhisaki deleted the add-virtual-destructor-to-obstacle_pointcloud_based_validator branch July 3, 2024 01:20
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…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>
tby-udel pushed a commit to tby-udel/autoware.universe that referenced this pull request Jul 14, 2024
…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>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…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>
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants