-
Notifications
You must be signed in to change notification settings - Fork 683
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(crosswalk)!: update stop position caluculation #8853
feat(crosswalk)!: update stop position caluculation #8853
Conversation
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 #8853 +/- ##
==========================================
- Coverage 27.80% 27.78% -0.03%
==========================================
Files 1325 1330 +5
Lines 98809 98910 +101
Branches 39631 39656 +25
==========================================
+ Hits 27476 27481 +5
- Misses 71248 71344 +96
Partials 85 85
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
75af4f9
to
781f601
Compare
b000f6e
into
autowarefoundation:main
Description
This PR updates the algorithm for calculating the stop position for pedestrians.
Except for the exceptional behavior, the updated algorithm is as follows
Related links
launch PR: autowarefoundation/autoware_launch#1162
How was this PR tested?
psim and tier4 internal tests
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.