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

refactor(lidar_apollo_segmentation_tvm): remove lidar_apollo_segmentation_tvm** packages #7996

Conversation

ktro2828
Copy link
Contributor

@ktro2828 ktro2828 commented Jul 12, 2024

Description

Remove lidar_apollo_segmentation_tvm and lidar_apollo_segmentation_tvm_nodes.

This PR puts headers in the autoware namespace.
Additional works
1. Align directory structure to follow the coding guidelines.
2. Clean unused dependencies LIST

Related links

Parent Issue:

- Part of: autowarefoundation/autoware#4569

How was this PR tested?

I tested both lidar_apollo_segmentation_tvm_nodes.launch.xml and lidar_apollo_segmentation_tvm_nodes.launch.py.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) labels Jul 12, 2024
Copy link

github-actions bot commented Jul 12, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@ktro2828 ktro2828 force-pushed the refactor/lidar_apollo_segmentation_tvm/autoware-namespace branch from af16b96 to d32733b Compare July 22, 2024 09:51
@ktro2828 ktro2828 marked this pull request as ready for review July 22, 2024 09:53
@ktro2828 ktro2828 requested a review from MasatoSaeki July 22, 2024 09:53
@ktro2828 ktro2828 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 22, 2024
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.01%. Comparing base (802d05d) to head (88e2d4e).
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7996      +/-   ##
==========================================
- Coverage   29.12%   29.01%   -0.12%     
==========================================
  Files        1609     1620      +11     
  Lines      118111   118599     +488     
  Branches    50843    51034     +191     
==========================================
+ Hits        34402    34409       +7     
- Misses      74494    74977     +483     
+ Partials     9215     9213       -2     
Flag Coverage Δ *Carryforward flag
differential 0.72% <ø> (?)
total 29.12% <ø> (-0.01%) ⬇️ Carriedforward from cfbd0cf

*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.

@ambroise-arm
Copy link
Contributor

@YoshiRi @kminoda Given https://github.com/orgs/autowarefoundation/discussions/4883#discussioncomment-9876908 do we want to spend effort refactoring this package? Is there an update on whether lidar_apollo_segmentation_tvm will be removed?

@kminoda
Copy link
Contributor

kminoda commented Jul 23, 2024

@ambroise-arm Thank you for bringing that up. I forgot that.

@ktro2828 Let's remove this package. Sorry for bringing this up after you made an effort to create this PR 🙏 🙇

#8150

@ktro2828 ktro2828 force-pushed the refactor/lidar_apollo_segmentation_tvm/autoware-namespace branch from 88e2d4e to fab75db Compare July 24, 2024 00:46
@ktro2828 ktro2828 changed the title refactor(lidar_apollo_segmentation_tvm)!: fix namespace and directory structure refactor(lidar_apollo_segmentation_tvm): remove lidar_apollo_segmentation_tvm** packages Jul 24, 2024
@ktro2828 ktro2828 force-pushed the refactor/lidar_apollo_segmentation_tvm/autoware-namespace branch from fab75db to 663b7a5 Compare July 24, 2024 00:48
@ktro2828
Copy link
Contributor Author

@ambroise-arm @YoshiRi @kminoda I've removed lidar_apollo_segmentation_tvm** packages by 663b7a5.

@kminoda
Copy link
Contributor

kminoda commented Jul 24, 2024

@ktro2828 Oops, I've created the PR already 😅
#8150

Either one is fine, so let me just close the PR that I've created

Copy link
Contributor

@kminoda kminoda left a comment

Choose a reason for hiding this comment

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

LGTM

@ktro2828 Would you add this to the description?
autowarefoundation/autoware#5022

Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

LGTM

@ambroise-arm
Copy link
Contributor

Relates to #7701

@ktro2828 ktro2828 enabled auto-merge (squash) July 24, 2024 08:34
@ktro2828 ktro2828 merged commit d525836 into autowarefoundation:main Jul 24, 2024
23 of 24 checks passed
@ktro2828 ktro2828 deleted the refactor/lidar_apollo_segmentation_tvm/autoware-namespace branch July 24, 2024 08:39
@kminoda
Copy link
Contributor

kminoda commented Jul 24, 2024

#8175

chihungtzeng pushed a commit to chihungtzeng/autoware.universe that referenced this pull request Jul 26, 2024
…ation_tvm**` packages (autowarefoundation#7996)

* refactor: add autoware prefix to lidar_apollo_segmentation_tvm

Signed-off-by: ktro2828 <[email protected]>

* refactor: add autoware prefix to lidar_apollo_segmentation_tvm_nodes

Signed-off-by: ktro2828 <[email protected]>

* chore: update CODEOWNERS

Signed-off-by: ktro2828 <[email protected]>

* chore: remove `lidar_apollo_segmentation_tvm**` package

Signed-off-by: ktro2828 <[email protected]>

---------

Signed-off-by: ktro2828 <[email protected]>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…ation_tvm**` packages (autowarefoundation#7996)

* refactor: add autoware prefix to lidar_apollo_segmentation_tvm

Signed-off-by: ktro2828 <[email protected]>

* refactor: add autoware prefix to lidar_apollo_segmentation_tvm_nodes

Signed-off-by: ktro2828 <[email protected]>

* chore: update CODEOWNERS

Signed-off-by: ktro2828 <[email protected]>

* chore: remove `lidar_apollo_segmentation_tvm**` package

Signed-off-by: ktro2828 <[email protected]>

---------

Signed-off-by: ktro2828 <[email protected]>
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) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants