-
Notifications
You must be signed in to change notification settings - Fork 682
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(static_centerline_optimizer): clean up the code #7756
refactor(static_centerline_optimizer): clean up the code #7756
Conversation
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7756 +/- ##
=========================================
- Coverage 15.09% 6.90% -8.20%
=========================================
Files 1967 437 -1530
Lines 135941 36548 -99393
Branches 42122 5409 -36713
=========================================
- Hits 20520 2523 -17997
+ Misses 92700 33758 -58942
+ Partials 22721 267 -22454
☔ View full report in Codecov by Sentry. |
…ndation#7756) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…ndation#7756) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…ndation#7756) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
…ndation#7756) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Update rviz config, remove unnecessary lines and refactor the function's name.
Related links
How was this PR tested?
Unit test passed.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.