-
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): remove time keeper in non main thread #8610
fix(goal_planner): remove time keeper in non main thread #8610
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8610 +/- ##
==========================================
- Coverage 24.06% 24.05% -0.02%
==========================================
Files 1398 1402 +4
Lines 102639 102695 +56
Branches 39023 39025 +2
==========================================
Hits 24704 24704
- Misses 75403 75459 +56
Partials 2532 2532
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ndation#8610) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
fix(goal_planner): remove time keeper in non main thread (autowarefoundation#8610)
…ndation#8610) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ndation#8610) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ndation#8610) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ndation#8610) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
these functions are called in
void GoalPlannerModule::onTimer()
which is in not in main thread. so remove time_keeper from these functions.Related links
Parent Issue:
How was this PR tested?
not tested
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.