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): do not generate path candidates before execution #5433

Merged
merged 1 commit into from
Oct 28, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Oct 27, 2023

Description

updateData() is always called even if before execution is requested.
this starts path generation too. this process in not necessary and may cause bug because too eary.
and fix the long path

image

Tests performed

psim.

evaluator_description: fix/pull_over_path_candidate
2023/10/28 https://evaluation.tier4.jp/evaluation/reports/424fc18f-a191-5685-b915-a375c654f96e/?project_id=prd_jt

Effects on system behavior

Not applicable.

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.

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.

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 Oct 27, 2023
@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 27, 2023
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (29d34df) 15.05% compared to head (90ae48d) 15.05%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5433   +/-   ##
=======================================
  Coverage   15.05%   15.05%           
=======================================
  Files        1662     1662           
  Lines      115734   115729    -5     
  Branches    35755    35757    +2     
=======================================
+ Hits        17426    17428    +2     
+ Misses      78782    78774    -8     
- Partials    19526    19527    +1     
Flag Coverage Δ *Carryforward flag
differential 12.22% <4.54%> (?)
total 15.05% <ø> (+<0.01%) ⬆️ Carriedforward from 29d34df

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

Files Coverage Δ
.../scene_module/goal_planner/goal_planner_module.hpp 28.30% <0.00%> (+0.52%) ⬆️
.../scene_module/goal_planner/goal_planner_module.cpp 9.38% <5.26%> (+0.27%) ⬆️

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

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@kosuke55 kosuke55 force-pushed the fix/pull_over_path_candidate branch from 5503b8f to 90ae48d Compare October 28, 2023 03:12
@kosuke55 kosuke55 changed the title fix(goal_planner): move path pre generation to plan fix(goal_planner): do not generate path candidates before execution Oct 28, 2023
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kosuke55 kosuke55 merged commit 124dcf4 into main Oct 28, 2023
@kosuke55 kosuke55 deleted the fix/pull_over_path_candidate branch October 28, 2023 07:00
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