-
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
refactor(safety_check): support lambda function in target filtering logic #5210
refactor(safety_check): support lambda function in target filtering logic #5210
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
d4c2cd9
to
6d09dca
Compare
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 #5210 +/- ##
==========================================
- Coverage 14.80% 14.80% -0.01%
==========================================
Files 1648 1648
Lines 113860 113898 +38
Branches 35049 35059 +10
==========================================
Hits 16861 16861
- Misses 78081 78119 +38
Partials 18918 18918
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Description
🤖 Generated by Copilot at dc4d64f
This pull request enhances the behavior path planner by adding polygon utilities and custom filtering functions for predicted objects by lanelets. These changes improve the logic and performance of the goal planner, the avoidance by lane change, the start planner, and the path safety checker modules. The pull request also refactors some existing functions and adds a new function
toPolygon2d
to convert lanelets to polygons.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.