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

docs(lane_change): stopping position when an object exists ahead #5523

Merged
merged 4 commits into from
Nov 13, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Nov 8, 2023

Description

(Currently, due to a bug, it does not actually work as described in the following document, but it does show the ideal behavior.)

image

Tests performed

Not applicable.

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.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Nov 8, 2023
@kosuke55 kosuke55 changed the title docs(lane_change): Stopping position when an object exists ahead docs(lane_change): stopping position when an object exists ahead Nov 8, 2023
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 added the tag:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Nov 9, 2023
@rej55
Copy link
Contributor

rej55 commented Nov 10, 2023

@kosuke55
Could you add description for the new parameters?
#5300
#5434

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

@rej55
I updated docs

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

LGTM

@rej55 rej55 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 10, 2023
@kosuke55
Copy link
Contributor Author

@TakaHoribe
Could you please check if the UseCase is ok for you? 🙏

Copy link
Contributor

@TakaHoribe TakaHoribe left a comment

Choose a reason for hiding this comment

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

LGTM

One comment: the function of "stop for lane change" should be explained before describing each use case.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@kosuke55 kosuke55 force-pushed the docs/lane_change_stop_distance branch from dd91379 to 25bc279 Compare November 13, 2023 08:26
@kosuke55
Copy link
Contributor Author

One comment: the function of "stop for lane change" should be explained before describing each use case.

fixed in 25bc279

@kosuke55 kosuke55 enabled auto-merge (squash) November 13, 2023 08:28
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee20545) 14.86% compared to head (25bc279) 14.83%.
Report is 54 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5523      +/-   ##
==========================================
- Coverage   14.86%   14.83%   -0.03%     
==========================================
  Files        1666     1667       +1     
  Lines      116258   119302    +3044     
  Branches    36266    38459    +2193     
==========================================
+ Hits        17277    17700     +423     
- Misses      79476    81472    +1996     
- Partials    19505    20130     +625     
Flag Coverage Δ *Carryforward flag
differential 12.69% <ø> (?)
total 14.86% <ø> (ø) Carriedforward from ee20545

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

see 26 files with indirect coverage changes

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

@kosuke55 kosuke55 merged commit 63220df into main Nov 13, 2023
24 of 25 checks passed
@kosuke55 kosuke55 deleted the docs/lane_change_stop_distance branch November 13, 2023 10:23
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
…owarefoundation#5523)

* docs(lane_change): Stopping position when an object exists ahead

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

* add stuck params

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

* add backward_length_buffer_for_blocking_object

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

* add stop for lane change

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

---------

Signed-off-by: kosuke55 <kosuke.tnp@gmail.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:deploy-docs Mark for deploy-docs action generation. (used-by-ci) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants