-
Notifications
You must be signed in to change notification settings - Fork 675
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
refactor(lane_change): separate leading and trailing objects #8214
refactor(lane_change): separate leading and trailing objects #8214
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
d6c42b1
to
6435545
Compare
6435545
to
72fae32
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8214 +/- ##
==========================================
+ Coverage 23.72% 23.74% +0.02%
==========================================
Files 1379 1379
Lines 101392 101382 -10
Branches 38522 38521 -1
==========================================
+ Hits 24058 24076 +18
+ Misses 74913 74867 -46
- Partials 2421 2439 +18
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/scene.cpp
Outdated
Show resolved
Hide resolved
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.
code looks good and a quick test in Psim did not reveal any problem.
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
6607895
to
5118861
Compare
4241a1d
into
autowarefoundation:main
…efoundation#8214) * refactor(lane_change): separate leading and trailing objects Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Refactor to use common function Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]>
…efoundation#8214) * refactor(lane_change): separate leading and trailing objects Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Refactor to use common function Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]>
…efoundation#8214) * refactor(lane_change): separate leading and trailing objects Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Refactor to use common function Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]>
…efoundation#8214) * refactor(lane_change): separate leading and trailing objects Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Refactor to use common function Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: xtk8532704 <[email protected]>
…efoundation#8214) * refactor(lane_change): separate leading and trailing objects Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Refactor to use common function Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Mukunda Bharatheesha <[email protected]>
…efoundation#8214) * refactor(lane_change): separate leading and trailing objects Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * Refactor to use common function Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]>
Description
Separate lane change target objects to front and back in the filtering function to avoid redoing the front/back check in the isLaneChangePathSafe function
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.