-
Notifications
You must be signed in to change notification settings - Fork 682
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(obstacle_avoidance_planner): fix the bug of inserting stop point #4479
fix(obstacle_avoidance_planner): fix the bug of inserting stop point #4479
Conversation
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
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, this fixes the bug!
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4479 +/- ##
=======================================
Coverage 14.90% 14.90%
=======================================
Files 1520 1520
Lines 104772 104772
Branches 31899 31898 -1
=======================================
Hits 15619 15619
Misses 72098 72098
Partials 17055 17055
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…utowarefoundation#4479) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Felix F Xu <felixfxu@gmail.com>
…utowarefoundation#4479) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…715) fix(obstacle_avoidance_planner): fix the bug of inserting stop point (autowarefoundation#4479) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Fixed the bug which tries to calculate the length along the trajectory but actually calculates the length of two points.
Tests performed
planning simulator
Effects on system behavior
Nothing
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.