-
Notifications
You must be signed in to change notification settings - Fork 680
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
fix(goal_planner): check usage of bus_stop_area by goal_pose #10041
fix(goal_planner): check usage of bus_stop_area by goal_pose #10041
Conversation
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.
LGTM
Signed-off-by: Mamoru Sobue <[email protected]>
c9a55b7
to
bebda92
Compare
Signed-off-by: Mamoru Sobue <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10041 +/- ##
==========================================
- Coverage 29.21% 28.85% -0.37%
==========================================
Files 1439 1444 +5
Lines 108115 109092 +977
Branches 42638 43161 +523
==========================================
- Hits 31588 31477 -111
- Misses 73485 74525 +1040
- Partials 3042 3090 +48
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…efoundation#10041) Signed-off-by: Mamoru Sobue <[email protected]>
…efoundation#10041) Signed-off-by: Mamoru Sobue <[email protected]>
Description
enable bus_stop_area goal search and bezier search if
use_bus_stop_area = true
and the goal position is inside a bus stop areaRelated links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.