-
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
refactor(safety_checker): remove lane change dependency #4387
refactor(safety_checker): remove lane change dependency #4387
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@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.
Nice work!
planning/behavior_path_planner/include/behavior_path_planner/utils/safety_check.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: satoshi-ota <satoshi.ota928@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.
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.
Perfect thanks!!
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4387 +/- ##
=======================================
Coverage 15.01% 15.01%
=======================================
Files 1508 1509 +1
Lines 104000 104000
Branches 31768 31768
=======================================
Hits 15615 15615
Misses 71349 71349
Partials 17036 17036
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…dation#4387) * refactor(safety_checker): remove lane change dependency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(safety_checker): init primitive member variables Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
🤖 Generated by Copilot at 019b492
This pull request refactors the safety check related structs and their include dependencies in the behavior path planner component. It moves the struct definitions from
lane_change_module_data.hpp
tosafety_check.hpp
, and updates the type aliases andusing
declarations accordingly. This improves the code organization, readability, and modularity.Tests performed
Psim
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.