Skip to content
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

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Aug 26, 2024

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:

  • Link

How was this PR tested?

not tested

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Aug 26, 2024
@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 26, 2024
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.05%. Comparing base (b9b0fa9) to head (7eaa6e4).
Report is 6 commits behind head on main.

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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 24.06% <ø> (+<0.01%) ⬆️ Carriedforward from b9b0fa9

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kosuke55 kosuke55 merged commit f021d06 into autowarefoundation:main Aug 26, 2024
42 of 43 checks passed
@kosuke55 kosuke55 deleted the fix/time_keeper_thread branch August 26, 2024 05:36
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Aug 26, 2024
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Aug 26, 2024
fix(goal_planner): remove time keeper in non main thread (autowarefoundation#8610)
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
TetsuKawa pushed a commit to tier4/autoware.universe that referenced this pull request Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants