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(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_apollo_segmentation_tvm #7762

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
    • remove unused private parameter
    • remove unnecessary include

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.

…pollo_segmentation_tvm

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:

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@ambroise-arm ambroise-arm added the tag: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 2 lines in your changes missing coverage. Please review.

Project coverage is 0.80%. Comparing base (9fcad6b) to head (83d62f6).

Files Patch % Lines
..._apollo_segmentation_tvm/src/feature_generator.cpp 0.00% 1 Missing ⚠️
...entation_tvm/src/lidar_apollo_segmentation_tvm.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #7762       +/-   ##
==========================================
- Coverage   28.36%   0.80%   -27.57%     
==========================================
  Files        1584      44     -1540     
  Lines      115529    2357   -113172     
  Branches    49251     279    -48972     
==========================================
- Hits        32773      19    -32754     
+ Misses      73812    2338    -71474     
+ Partials     8944       0     -8944     
Flag Coverage Δ
differential 0.80% <0.00%> (?)
total ?

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

@yhisaki yhisaki merged commit 9289b35 into autowarefoundation:main Jul 3, 2024
28 of 30 checks passed
@yhisaki yhisaki deleted the add-virtual-destructor-to-lidar_apollo_segmentation_tvm branch July 3, 2024 01:19
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…pollo_segmentation_tvm (autowarefoundation#7762)

* fix(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_apollo_segmentation_tvm

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* small change

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

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
…pollo_segmentation_tvm (autowarefoundation#7762)

* fix(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_apollo_segmentation_tvm

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* small change

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…pollo_segmentation_tvm (#7762)

* fix(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_apollo_segmentation_tvm

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* small change

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
…pollo_segmentation_tvm (autowarefoundation#7762)

* fix(lidar_apollo_segmentation_tvm): add virtual destructor to lidar_apollo_segmentation_tvm

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* small change

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

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) tag: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