-
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
fix(goal_planner): fix time_keeper race #8780
fix(goal_planner): fix time_keeper race #8780
Conversation
Signed-off-by: Mamoru Sobue <mamoru.sobue@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 #8780 +/- ##
==========================================
- Coverage 25.01% 24.94% -0.07%
==========================================
Files 1322 1326 +4
Lines 98044 98104 +60
Branches 37820 37790 -30
==========================================
- Hits 24521 24473 -48
- Misses 71044 71152 +108
Partials 2479 2479
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: emuemuJP <k.matsumoto.0807@gmail.com>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
fix data race to time_keeper
onTimer::need_update::hasDecidedPath::checkDecidingPathStatus::isSafePath maybe called both from main thread and background thread
Related links
Parent Issue:
How was this PR tested?
just removing debug info
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.