-
Notifications
You must be signed in to change notification settings - Fork 668
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(avoidance): don't output new candidate path if there is huge offset between the ego and previous output path #4150
fix(avoidance): don't output new candidate path if there is huge offset between the ego and previous output path #4150
Conversation
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.
The code seems okay.
If it passes the test, you can merge this PR.
9b3bcd6
to
4de7085
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4150 +/- ##
=======================================
Coverage 14.29% 14.29%
=======================================
Files 1574 1574
Lines 108448 108455 +7
Branches 31374 31380 +6
=======================================
+ Hits 15503 15504 +1
- Misses 76093 76095 +2
- Partials 16852 16856 +4
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
5e00e8d
to
f0f365c
Compare
0641b71
to
9d9e456
Compare
…et between the ego and previous output path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
9d9e456
to
f87a1da
Compare
…et between the ego and previous output path (autowarefoundation#4150) * fix(avoidance): don't output new candidate path if there is huge offset between the ego and previous output path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(avoidance): add parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…et between the ego and previous output path (autowarefoundation#4150) (#645) * fix(avoidance): don't output new candidate path if there is huge offset between the ego and previous output path * docs(avoidance): add parameter description --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
🤖 Generated by Copilot at 9b3bcd6
Added a new parameter
safety_check_ego_offset
to theAvoidanceParameters
struct and used it to limit the output of new candidate paths for obstacle avoidance in theAvoidanceModule
class. This is a safety measure to prevent sudden or unrealistic path changes in some scenarios.Please approve ⬇️ before this PR.
autowarefoundation/autoware_launch#431
Tests performed
Effects on system behavior
Not applicable.
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.