-
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
refactor(lane_departure_checker): improve LaneDepartureChecker initialization and parameter handling #9791
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…sary time_keeper parameter from pull-out planners Signed-off-by: Kyoichi Sugahara <[email protected]>
Signed-off-by: Kyoichi Sugahara <[email protected]>
…per parameter from pull-out planners Signed-off-by: Kyoichi Sugahara <[email protected]>
…lization and parameter handling Signed-off-by: kyoichi-sugahara <[email protected]>
f02e3fe
to
050d328
Compare
…r/lane_departure_checker/update_constructor Signed-off-by: Kyoichi Sugahara <[email protected]>
…ructor Signed-off-by: kyoichi-sugahara <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9791 +/- ##
==========================================
- Coverage 29.59% 29.58% -0.02%
==========================================
Files 1451 1457 +6
Lines 108919 108896 -23
Branches 42597 42563 -34
==========================================
- Hits 32232 32213 -19
- Misses 73589 73593 +4
+ Partials 3098 3090 -8
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
485ccc6
into
autowarefoundation:main
Description
Refactors LaneDepartureChecker initialization by:
Simplifies code across multiple files:
Improves test organization in test_geometric_pull_out.cpp:
Related links
Parent Issue:
How was this PR tested?
run colcon test and passed
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.