-
Notifications
You must be signed in to change notification settings - Fork 740
refactor(autoware_lidar_transfusion): split config #8205
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(autoware_lidar_transfusion): split config #8205
Conversation
Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8205 +/- ##
==========================================
- Coverage 29.24% 29.20% -0.04%
==========================================
Files 1600 1601 +1
Lines 117738 117551 -187
Branches 50720 50654 -66
==========================================
- Hits 34427 34335 -92
+ Misses 74120 74004 -116
- Partials 9191 9212 +21
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@kminoda @knzo25
I would go for change naming convention if I didn't miss any drawback. If you have no objection, I will apply this for centerpoint and pointpainting as well. |
@amadeuszsz Thanks for the proposal 🙏 So I would say it's better to consider a workaround. |
Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp>
@amadeuszsz |
I'm not a big fan of this. It will require few copies of same schema files and still affects many places due to file renaming, as you said. We could restructure design for both packages to:
At the same time we can keep old configs on cloud server to let people pull files if they didn't update repository. |
Update: we decided to skip the problematic schemas in the meantime, so this PR can be merged |
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
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
…n#8205) * refactor(autoware_lidar_transfusion): split config Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp> * style(pre-commit): autofix * chore(autoware_lidar_transfusion): bypass schema CI workflow Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp> --------- Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp> Signed-off-by: amadeuszsz <amadeusz.szymko.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
Description
This PR split
autoware_lidar_transfusion
parameter file for two configs:The same approach is applied in
autoware_lidar_centerpoint
package.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.