-
Notifications
You must be signed in to change notification settings - Fork 668
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
test(lane_departure_checker): add tests for calcTrajectoryDeviation(), calcMaxSearchLengthForBoundaries() #9029
test(lane_departure_checker): add tests for calcTrajectoryDeviation(), calcMaxSearchLengthForBoundaries() #9029
Conversation
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: mitukou1109 <[email protected]>
Signed-off-by: mitukou1109 <[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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9029 +/- ##
==========================================
- Coverage 29.50% 29.50% -0.01%
==========================================
Files 1444 1450 +6
Lines 108519 108559 +40
Branches 41396 41396
==========================================
+ Hits 32022 32033 +11
- Misses 73377 73406 +29
Partials 3120 3120
*This pull request uses carry forward flags. Click here to find out more. ☔ 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 and sorry for approving the PR 🙇
Description
This PR adds tests for calcTrajectoryDeviation, calcMaxSearchLengthForBoundaries in the autoware_lane_departure_checker package.
How was this PR tested?
gives the following result:
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.