-
Notifications
You must be signed in to change notification settings - Fork 678
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(route_handler): add unit test for lane change related functions #7504
Conversation
ef4a1d3
to
0279d6d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7504 +/- ##
==========================================
+ Coverage 14.84% 23.47% +8.63%
==========================================
Files 1999 616 -1383
Lines 139163 56688 -82475
Branches 43716 22082 -21634
==========================================
- Hits 20661 13310 -7351
+ Misses 95731 41343 -54388
+ Partials 22771 2035 -20736
☔ View full report in Codecov by Sentry. |
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
0279d6d
to
9472755
Compare
9472755
to
926ef72
Compare
…unctions Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
926ef72
to
819f137
Compare
…utowarefoundation#7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…utowarefoundation#7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…utowarefoundation#7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…utowarefoundation#7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…utowarefoundation#7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…utowarefoundation#7504) * RT1-6230 feat(route_handler): add unit test for lane change related functions Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spell check Signed-off-by: Zulfaqar Azmi <[email protected]> * fix spellcheck Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Description
Add unit test for lane change related function.
Also fix setMap to be able to get local coordinate properly.
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.