-
Notifications
You must be signed in to change notification settings - Fork 673
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(lane_change): use lane change namespace for structs #7508
refactor(lane_change): use lane change namespace for structs #7508
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7508 +/- ##
===========================================
- Coverage 14.84% 10.73% -4.11%
===========================================
Files 1999 259 -1740
Lines 139163 26486 -112677
Branches 43716 4634 -39082
===========================================
- Hits 20661 2844 -17817
+ Misses 95731 23280 -72451
+ Partials 22771 362 -22409
☔ View full report in Codecov by Sentry. |
4827a6d
to
47f8e99
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
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
47f8e99
to
a97ff15
Compare
…efoundation#7508) * refactor(lane_change): use lane change namespace for structs Signed-off-by: Zulfaqar Azmi <[email protected]> * Move lane change namespace to bottom level Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
* refactor(lane_change): use lane change namespace for structs Signed-off-by: Zulfaqar Azmi <[email protected]> * Move lane change namespace to bottom level Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…efoundation#7508) * refactor(lane_change): use lane change namespace for structs Signed-off-by: Zulfaqar Azmi <[email protected]> * Move lane change namespace to bottom level Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…efoundation#7508) * refactor(lane_change): use lane change namespace for structs Signed-off-by: Zulfaqar Azmi <[email protected]> * Move lane change namespace to bottom level Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…efoundation#7508) * refactor(lane_change): use lane change namespace for structs Signed-off-by: Zulfaqar Azmi <[email protected]> * Move lane change namespace to bottom level Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…efoundation#7508) * refactor(lane_change): use lane change namespace for structs Signed-off-by: Zulfaqar Azmi <[email protected]> * Move lane change namespace to bottom level Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Description
Move a few structs to
lane_change
namespace.Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
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.