-
Notifications
You must be signed in to change notification settings - Fork 34
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
revert(crosswalk): reduce processing time (#2137) #179
revert(crosswalk): reduce processing time (#2137) #179
Conversation
Note: for cherry-picking #175, we should also cherry-pick this large-refactoring PR autowarefoundation#1599 and many other related PRs. |
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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## beta/v0.5.2-odaiba3 #179 +/- ##
=====================================================
Coverage ? 4.75%
=====================================================
Files ? 80
Lines ? 6207
Branches ? 3329
=====================================================
Hits ? 295
Misses ? 5724
Partials ? 188
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Reverts #175
Autoware upstream and beta/v0.5.2 have large code differences in crosswalk module, and it causes bugs when cherry-picking simply.
I Revert the PR as this is hard to fix.