-
Notifications
You must be signed in to change notification settings - Fork 658
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
refactor(lidar_apollo_segmentation_tvm): remove lidar_apollo_segmentation_tvm**
packages
#7996
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
af16b96
to
d32733b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@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 |
@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 🙏 🙇 |
88e2d4e
to
fab75db
Compare
lidar_apollo_segmentation_tvm**
packages
Signed-off-by: ktro2828 <[email protected]>
Signed-off-by: ktro2828 <[email protected]>
Signed-off-by: ktro2828 <[email protected]>
Signed-off-by: ktro2828 <[email protected]>
fab75db
to
663b7a5
Compare
@ambroise-arm @YoshiRi @kminoda I've removed |
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
@ktro2828 Would you add this to the description?
autowarefoundation/autoware#5022
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
Relates to #7701 |
…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]>
…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]>
Description
Remove
lidar_apollo_segmentation_tvm
andlidar_apollo_segmentation_tvm_nodes
.This PR puts headers in theautoware
namespace.Additional works1. Align directory structure to follow the coding guidelines.2. Clean unused dependencies LISTRelated links
Parent Issue:
- Part of: autowarefoundation/autoware#4569How was this PR tested?
I tested bothlidar_apollo_segmentation_tvm_nodes.launch.xml
andlidar_apollo_segmentation_tvm_nodes.launch.py
.Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.