-
Notifications
You must be signed in to change notification settings - Fork 684
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): refactor get_lane_change_lanes function #9044
refactor(lane_change): refactor get_lane_change_lanes function #9044
Conversation
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9044 +/- ##
==========================================
- Coverage 26.52% 26.52% -0.01%
==========================================
Files 1296 1302 +6
Lines 95710 95743 +33
Branches 38984 38984
==========================================
+ Hits 25389 25395 +6
- Misses 67751 67777 +26
- Partials 2570 2571 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...or_path_lane_change_module/include/autoware/behavior_path_lane_change_module/utils/utils.hpp
Show resolved
Hide resolved
d4d40cd
into
autowarefoundation:main
…arefoundation#9044) * refactor(lane_change): refactor get_lane_change_lanes function Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add doxygen comment for to_geom_msg_pose Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Signed-off-by: prakash-kannaiah <prakashkanan.pk@gmail.com>
…arefoundation#9044) * refactor(lane_change): refactor get_lane_change_lanes function Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add doxygen comment for to_geom_msg_pose Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…arefoundation#9044) * refactor(lane_change): refactor get_lane_change_lanes function Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add doxygen comment for to_geom_msg_pose Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…arefoundation#9044) * refactor(lane_change): refactor get_lane_change_lanes function Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add doxygen comment for to_geom_msg_pose Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Description
Refactor get_lane_change_lanes function.
Two utilities functions are added;
Related links
Parent Issue:
Compile autoware and run psim
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.