-
Notifications
You must be signed in to change notification settings - Fork 673
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
feat(lane_change): add unit test for normal lane change class (RT1-7970) #9090
feat(lane_change): add unit test for normal lane change class (RT1-7970) #9090
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
1a69cd2
to
152b355
Compare
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
b881f48
to
0c0b1ef
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9090 +/- ##
==========================================
+ Coverage 27.50% 28.20% +0.69%
==========================================
Files 1303 1309 +6
Lines 101046 101097 +51
Branches 39180 39183 +3
==========================================
+ Hits 27794 28514 +720
+ Misses 70544 69730 -814
- Partials 2708 2853 +145
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
...avior_path_planner/autoware_behavior_path_lane_change_module/test/test_lane_change_scene.cpp
Outdated
Show resolved
Hide resolved
...avior_path_planner/autoware_behavior_path_lane_change_module/test/test_lane_change_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.
LGTM
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
20ebe9d
into
autowarefoundation:main
…70) (autowarefoundation#9090) * RT1-7970 testing base class Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * additional test Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Added update lanes Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * check path generation Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * check is lane change required Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix PRs comment Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…70) (autowarefoundation#9090) * RT1-7970 testing base class Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * additional test Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Added update lanes Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * check path generation Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * check is lane change required Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix PRs comment Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…70) (autowarefoundation#9090) * RT1-7970 testing base class Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * additional test Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Added update lanes Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * check path generation Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * check is lane change required Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix PRs comment Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Description
Add simple test for normal lane change class.
Local coverage result before PR
Local coverage result after PR
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.