-
Notifications
You must be signed in to change notification settings - Fork 676
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(goal_planner): remove unused header and divide ThreadSafeData to another file #8990
refactor(goal_planner): remove unused header and divide ThreadSafeData to another file #8990
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
88223ef
to
dcd75b7
Compare
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
dcd75b7
to
c91e3b8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8990 +/- ##
==========================================
- Coverage 26.16% 26.13% -0.03%
==========================================
Files 1295 1302 +7
Lines 96950 97042 +92
Branches 39159 39190 +31
==========================================
Hits 25364 25364
- Misses 68992 69068 +76
- Partials 2594 2610 +16
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…a to another file (autowarefoundation#8990) Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: prakash-kannaiah <[email protected]>
Description
depends #8983
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.