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(route_handler): make new route continuous with previous route #8238

Merged
merged 4 commits into from
Aug 8, 2024

Conversation

rej55
Copy link
Contributor

@rej55 rej55 commented Jul 29, 2024

Description

Before this change, it plans a new route independently of the previous route.
So, if mission_planner receives a modified goal, it may switch a route then it changes a path suddenly.

To fix this problem, I added a change to make a new route continuous with previous route.

Related links

Parent Issue:

  • Link

Private Links:

How was this PR tested?

  • Planning simulator

Before:

route-2024-07-26_20.07.18.mp4

After:

route-2024-07-26_20.00.18.mp4

TIER IV internal link

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 29, 2024
Copy link

github-actions bot commented Jul 29, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link
Contributor

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

codecov bot commented Jul 29, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 29.18%. Comparing base (9f7a103) to head (f6fb92f).
Report is 10 commits behind head on main.

Files Patch % Lines
...nning/autoware_route_handler/src/route_handler.cpp 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8238      +/-   ##
==========================================
+ Coverage   23.75%   29.18%   +5.43%     
==========================================
  Files        1380     1606     +226     
  Lines      101380   117755   +16375     
  Branches    38534    50670   +12136     
==========================================
+ Hits        24079    34363   +10284     
+ Misses      74859    74203     -656     
- Partials     2442     9189    +6747     
Flag Coverage Δ *Carryforward flag
differential 25.53% <33.33%> (?)
total 29.24% <ø> (+5.49%) ⬆️ Carriedforward from fb50099

*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.

@rej55 rej55 merged commit 40ed473 into autowarefoundation:main Aug 8, 2024
28 of 30 checks passed
@rej55 rej55 deleted the fix/check_preferred_lane branch August 8, 2024 01:13
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
xtk8532704 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…towarefoundation#8238)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Signed-off-by: xtk8532704 <1041084556@qq.com>
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.

2 participants