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(behavior_path_planner): die when using getExtendedCurrentLanes in the last lane #2256

Merged

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Nov 9, 2022

Description

In #2207 added front() of next/prev lanes to current_lanes. but when these lanes are empty, the node dies. In this PR, changed next/prev lanes are empty.

Related links

Tests performed

psim
Screenshot from 2022-11-09 19-05-54

Notes for reviewers

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.

… the last lane

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Base: 11.14% // Head: 11.13% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (9277fc3) compared to base (8f8ec9d).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2256      +/-   ##
==========================================
- Coverage   11.14%   11.13%   -0.02%     
==========================================
  Files        1203     1203              
  Lines       86268    86381     +113     
  Branches    20829    20887      +58     
==========================================
  Hits         9615     9615              
- Misses      66490    66602     +112     
- Partials    10163    10164       +1     
Flag Coverage Δ *Carryforward flag
differential 3.59% <0.00%> (?)
total 11.12% <0.00%> (ø) Carriedforward from 8f8ec9d

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

Impacted Files Coverage Δ
planning/behavior_path_planner/src/utilities.cpp 3.55% <0.00%> (-0.37%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kosuke55 kosuke55 merged commit 444e56b into autowarefoundation:main Nov 9, 2022
@kosuke55 kosuke55 deleted the fix/getExtendedCurrentLanes branch November 9, 2022 11:07
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Nov 10, 2022
… the last lane (autowarefoundation#2256)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
HansRobo pushed a commit to HansRobo/autoware.universe that referenced this pull request Dec 16, 2022
… the last lane (autowarefoundation#2256)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
YoshiRi pushed a commit to YoshiRi/autoware.universe that referenced this pull request Jan 11, 2023
… the last lane (autowarefoundation#2256)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants