-
Notifications
You must be signed in to change notification settings - Fork 658
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(autoware_behavior_path_start_planner_module): add unit tests for geometric shift pull out planner #9640
Conversation
…anner and improve collision check Signed-off-by: kyoichi-sugahara <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
thanks! LGTM
...or_path_planner/autoware_behavior_path_start_planner_module/test/test_geometric_pull_out.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9640 +/- ##
==========================================
+ Coverage 29.57% 29.85% +0.27%
==========================================
Files 1440 1445 +5
Lines 108348 108406 +58
Branches 41384 42493 +1109
==========================================
+ Hits 32049 32360 +311
+ Misses 73190 72930 -260
- Partials 3109 3116 +7
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…t_path and update tests Signed-off-by: kyoichi-sugahara <[email protected]>
… geometric shift pull out planner (autowarefoundation#9640) * feat(behavior_path_planner): add unit tests for geometric pull-out planner and improve collision check Signed-off-by: kyoichi-sugahara <[email protected]> * feat(behavior_path_planner): add boolean parameter for divide_pull_out_path and update tests Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Description
autoware_behavior_path_start_planner_module
TestGeometricPullOut
as a friend class toGeometricPullOut
classPullOutPlannerBase::isPullOutPathCollided
methodfalse
whendynamic_objects
is nullRelated links
Parent Issue:
How was this PR tested?
run colcon test with following command
get the success result
Notes for reviewers
This PR should be merged before this PR.
Interface changes
None.
Effects on system behavior
None.