-
Notifications
You must be signed in to change notification settings - Fork 674
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(behavior_path_planner): change shift point to shift line #2043
refactor(behavior_path_planner): change shift point to shift line #2043
Conversation
Signed-off-by: yutaka <purewater0901@gmail.com>
Codecov ReportBase: 10.42% // Head: 10.22% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2043 +/- ##
==========================================
- Coverage 10.42% 10.22% -0.20%
==========================================
Files 1169 1169
Lines 83528 85262 +1734
Branches 19555 20797 +1242
==========================================
+ Hits 8705 8721 +16
- Misses 65319 66914 +1595
- Partials 9504 9627 +123
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
If not changing behaviors, |
...avior_path_planner/include/behavior_path_planner/scene_module/avoidance/avoidance_module.hpp
Show resolved
Hide resolved
@purewater0901
Just curious, why |
@zulfaqar-azmi-t4 I am not sure. Could you ask @TakaHoribe-san? |
Internal test 820/825 |
…towarefoundation#2043) feat(behavior_path_planner): change shift point to shift line Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: yutaka purewater0901@gmail.com
Description
Currently, ShiftPoint has several points in it, which makes it difficult to understand the meaning of this variable. In this PR, I renamed it to ShiftLine to make the meaning of this variable clearer.
Related links
Tests performed
Notes for reviewers
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.