-
Notifications
You must be signed in to change notification settings - Fork 672
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
base: main
Are you sure you want to change the base?
docs(lane_change): update lane change documentation #9949
Conversation
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
There was a problem hiding this 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
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
…nge_module/README.md Co-authored-by: Maxime CLEMENT <[email protected]>
…nge_module/README.md Co-authored-by: Maxime CLEMENT <[email protected]>
…nge_module/README.md Co-authored-by: Maxime CLEMENT <[email protected]>
…nge_module/README.md Co-authored-by: Maxime CLEMENT <[email protected]>
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: mohammad alqudah <[email protected]>
…nge_module/README.md Co-authored-by: Zulfaqar Azmi <[email protected]>
…nge_module/README.md Co-authored-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
…ithub.com/tier4/autoware.universe into RT1-9044-update-lane-change-documentation
``` | ||
|
||
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) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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]>
Signed-off-by: mohammad alqudah <[email protected]>
Description
This PR updates lane change documentation to ensure it is aligned with recent changes in the code. The following changes were made:
getNumToPreferredLane()
Related links
None.
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.