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): update lane change documentation #9949

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

mkquda
Copy link
Contributor

@mkquda mkquda commented Jan 17, 2025

Description

This PR updates lane change documentation to ensure it is aligned with recent changes in the code. The following changes were made:

  • update lane change requirements documentation
  • update candidate path generation documentation
  • update prepare phase and lane changing phase documentation
  • update longitudinal acceleration sampling documentation
  • add prepare duration sampling documentation
  • update candidate path validity and safety documentation
  • add overtaking turn lane object documentation
  • remove unused function getNumToPreferredLane()

Related links

None.

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@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 Jan 17, 2025
Copy link

github-actions bot commented Jan 17, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@mkquda mkquda added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) labels Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.47%. Comparing base (b7b3dd6) to head (a3dcb9d).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9949      +/-   ##
==========================================
+ Coverage   29.18%   29.47%   +0.28%     
==========================================
  Files        1410     1425      +15     
  Lines      107239   107904     +665     
  Branches    42481    42825     +344     
==========================================
+ Hits        31300    31803     +503     
- Misses      72720    73033     +313     
+ Partials     3219     3068     -151     
Flag Coverage Δ *Carryforward flag
differential 21.29% <ø> (?)
total 29.47% <ø> (+0.29%) ⬆️ Carriedforward from 94db0b3

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

Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
@mkquda mkquda changed the title doce(lane_change): update lane change documentation docs(lane_change): update lane change documentation Jan 17, 2025
Copy link
Contributor

@maxime-clem maxime-clem left a comment

Choose a reason for hiding this comment

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

Looks good apart from some minor typos

```

The `backward_length_buffer_for_end_of_lane` is added to allow some window for any possible delay, such as control or mechanical delay during brake lag.

#### Multiple candidate path samples (longitudinal acceleration)
#### Multiple candidate path samples (prepare duration)
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to put a warning, shorter prepare duration will reduced the "window" for cancel.

Copy link
Contributor

Choose a reason for hiding this comment

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

Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
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) run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

3 participants