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(lane_change): fix terminal stop distance #5392

Merged
merged 3 commits into from
Oct 25, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Oct 24, 2023

Description

fix terminal stop distance

(extend previous current lanes)

image

Related links

tier4 internal

Tests performed

2023/10/24 https://evaluation.tier4.jp/evaluation/reports/fedf22ba-e9e5-5eb3-86ae-6a607bc468d2/?project_id=prd_jt

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

codecov bot commented Oct 24, 2023

Codecov Report

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

Comparison is base (7c3bde1) 14.80% compared to head (6c74b58) 14.81%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5392   +/-   ##
=======================================
  Coverage   14.80%   14.81%           
=======================================
  Files        1662     1662           
  Lines      115421   115428    +7     
  Branches    35635    35642    +7     
=======================================
+ Hits        17092    17096    +4     
+ Misses      79085    79084    -1     
- Partials    19244    19248    +4     
Flag Coverage Δ *Carryforward flag
differential 12.68% <33.33%> (?)
total 14.80% <ø> (+<0.01%) ⬆️ Carriedforward from 7c3bde1

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

Files Coverage Δ
...g/behavior_velocity_run_out_module/src/manager.cpp 0.00% <ø> (ø)
...ing/behavior_velocity_run_out_module/src/scene.cpp 0.00% <ø> (ø)
...ing/behavior_velocity_run_out_module/src/utils.hpp 0.00% <ø> (ø)
sensing/imu_corrector/src/gyro_bias_estimator.cpp 0.00% <ø> (ø)
planning/behavior_path_planner/src/utils/utils.cpp 13.79% <33.33%> (+0.15%) ⬆️

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

@kosuke55 kosuke55 force-pushed the fix/lc_terminal_stop_distance branch from 2c5d290 to 4ca48aa Compare October 24, 2023 10:02
@kosuke55 kosuke55 force-pushed the fix/lc_terminal_stop_distance branch from 15cdf37 to d804f4d Compare October 24, 2023 10:50
@kosuke55 kosuke55 merged commit ce3db68 into main Oct 25, 2023
@kosuke55 kosuke55 deleted the fix/lc_terminal_stop_distance branch October 25, 2023 02:39
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Oct 25, 2023
* fix(lane_change): fix terminal stop distance

Signed-off-by: kosuke55 <[email protected]>

* make current lanes include path front id

Signed-off-by: kosuke55 <[email protected]>

* fixup! make current lanes include path front id

---------

Signed-off-by: kosuke55 <[email protected]>
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Oct 25, 2023
* fix(lane_change): fix terminal stop distance

Signed-off-by: kosuke55 <[email protected]>

* make current lanes include path front id

Signed-off-by: kosuke55 <[email protected]>

* fixup! make current lanes include path front id

---------

Signed-off-by: kosuke55 <[email protected]>
t4-x2 added a commit to tier4/autoware.universe that referenced this pull request Oct 26, 2023
takayuki5168 added a commit to tier4/autoware.universe that referenced this pull request Oct 31, 2023
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