-
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
fix(motion_velocity_planner_common): fix the calc_possible_min_dist_from_obj_to_traj_poly calculation #10059
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 #10059 +/- ##
==========================================
- Coverage 28.29% 28.29% -0.01%
==========================================
Files 1484 1487 +3
Lines 111088 111116 +28
Branches 43149 43149
==========================================
+ Hits 31437 31439 +2
- Misses 76632 76660 +28
+ Partials 3019 3017 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
644c548
to
0c4bcd6
Compare
0c4bcd6
to
1f3c60b
Compare
1f3c60b
to
97773ff
Compare
…rom_obj_to_traj_poly calculation Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
97773ff
to
fedc6f2
Compare
Description
The calculation of calc_possible_min_dist_from_obj_to_traj_poly was wrong, and this PR fixed the issue.
Related links
How was this PR tested?
planning simulator & scenario tests
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.