-
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
feat(lane_change): update resamplePath function for target section #2622
feat(lane_change): update resamplePath function for target section #2622
Conversation
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
547fa45
to
f1044f9
Compare
Codecov ReportBase: 11.49% // Head: 11.47% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2622 +/- ##
==========================================
- Coverage 11.49% 11.47% -0.02%
==========================================
Files 1271 1271
Lines 88414 88568 +154
Branches 23314 23419 +105
==========================================
+ Hits 10165 10166 +1
- Misses 67478 67624 +146
- Partials 10771 10778 +7
*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. |
This is an alternative to #2545 |
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: tomoya.kimura <tomoya.kimura@tier4.jp>
…utowarefoundation#2622) * feat(lane_change): update resamplePath function for target section Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * update Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix: apply pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…utowarefoundation#2622) (#239) * feat(lane_change): update resamplePath function for target section Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * update Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix: apply pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Description
To reduce the computational cost of the LaneChange module, the
target_section
is introduced for the spline resampling.Related links
Tests performed
Run on psim. The Hz increases from 1.8Hz to 4.4Hz when making lane change path candidate with 10m/s ego speed.
Before: 1.8Hz
![image](https://user-images.githubusercontent.com/21360593/211472091-eba5e7a1-43c7-4a58-835c-09440147aa0b.png)
After 4.4Hz
![image](https://user-images.githubusercontent.com/21360593/211472134-ded91210-114f-4c16-ab0f-d7ce2ddf3b45.png)
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.