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(mission_planner/behavior_path_planner): use transient local for modified goal #5012

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Sep 17, 2023

Description

use trasient local for modified goal for pub/sub because mission planner sometimes does not receive it.
modified goal may be published in 10hz at most, so we need to see if this setting is appropriate.

Related links

https://tier4.atlassian.net/browse/RT1-3626

Tests performed

psim

2023/09/17 https://evaluation.tier4.jp/evaluation/reports/f969ecb1-628a-590a-a41a-258300212e8f/?project_id=prd_jt

1668/1668

Notes for reviewers

Interface changes

none

Effects on system behavior

none

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 17, 2023
@kosuke55 kosuke55 changed the title fix(mission_planner/behavior_path_planner): use trasient local for modified goal fix(mission_planner/behavior_path_planner): use transient local for modified goal Sep 17, 2023
@kosuke55 kosuke55 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 17, 2023
@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (ea9d4b0) 15.74% compared to head (3ae55e3) 15.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5012      +/-   ##
==========================================
- Coverage   15.74%   15.74%   -0.01%     
==========================================
  Files        1587     1587              
  Lines      109831   109833       +2     
  Branches    33719    33720       +1     
==========================================
  Hits        17292    17292              
- Misses      73908    73909       +1     
- Partials    18631    18632       +1     
Flag Coverage Δ *Carryforward flag
differential 17.30% <0.00%> (?)
total 15.74% <ø> (+<0.01%) ⬆️ Carriedforward from ea9d4b0

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

Files Changed Coverage Δ
...or_path_planner/src/behavior_path_planner_node.cpp 30.05% <0.00%> (-0.06%) ⬇️
...on_planner/src/mission_planner/mission_planner.cpp 0.00% <0.00%> (ø)

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

@kosuke55 kosuke55 merged commit 7080d7e into main Sep 19, 2023
46 of 50 checks passed
@kosuke55 kosuke55 deleted the fix/arrived_modified_goal branch September 19, 2023 06:46
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Sep 19, 2023
…odified goal (autowarefoundation#5012)

fix(mission_planner/behavior_path_planner): use trasient local for modified goal

Signed-off-by: kosuke55 <[email protected]>
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Sep 19, 2023
…odified goal (autowarefoundation#5012)

fix(mission_planner/behavior_path_planner): use trasient local for modified goal

Signed-off-by: kosuke55 <[email protected]>
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Sep 19, 2023
…odified goal (autowarefoundation#5012)

fix(mission_planner/behavior_path_planner): use trasient local for modified goal

Signed-off-by: kosuke55 <[email protected]>
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request Sep 19, 2023
…odified goal (autowarefoundation#5012) (#852)

fix(mission_planner/behavior_path_planner): use trasient local for modified goal

Signed-off-by: kosuke55 <[email protected]>
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) tag: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.

4 participants