-
Notifications
You must be signed in to change notification settings - Fork 650
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(static_drivable_area_expansion): fix bug in drivable bound edge processing logic #5928
fix(static_drivable_area_expansion): fix bug in drivable bound edge processing logic #5928
Conversation
Thank you for the work @satoshi-ota -san, I tried the PR on the master, the avoidance module runs as we want. LGTM! |
…rocessing logic Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
d672be6
to
1cdc572
Compare
@brkay54 I'm happy to hear that. This PR will be reviewed by TIER IV internal member. cc @danielsanchezaran @soblin |
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
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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5928 +/- ##
==========================================
- Coverage 15.28% 15.28% -0.01%
==========================================
Files 1750 1750
Lines 120392 120577 +185
Branches 36729 36869 +140
==========================================
+ Hits 18404 18427 +23
- Misses 81335 81481 +146
- Partials 20653 20669 +16
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rocessing logic (autowarefoundation#5928) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
Fix #5825.
I found a bug in drivable bound edge(start/goal point) processing logic.
This function got unexpected point index since there is no constraints. As a result, left bound was not built properly.
In this PR, I added yaw threshold so that it can get proper point index.
Tests performed
Psim
simplescreenrecorder-2023-12-21_11.51.44.mp4
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.