-
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
fix(lane_change): fix lane change force approval by rtc #2672
fix(lane_change): fix lane change force approval by rtc #2672
Conversation
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…dation#2672) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…dation#2672) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Codecov ReportBase: 11.38% // Head: 11.35% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2672 +/- ##
==========================================
- Coverage 11.38% 11.35% -0.04%
==========================================
Files 1277 1277
Lines 89236 89517 +281
Branches 23622 23789 +167
==========================================
+ Hits 10161 10162 +1
- Misses 68305 68566 +261
- Partials 10770 10789 +19
*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. |
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
…dation#2672) (#246) fix(lane_change): fix lane change force approval by rtc (autowarefoundation#2672) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…dation#2672) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura tomoya.kimura@tier4.jp
Description
Fix lane change force approval.
In current implementation, when there are no safe path ( collision-free path against obstacles ), the state of lane change module becomes SUCCESS, and the lane change module finishes soon.
As a result, when there are no safe path, even if lane change module was activated by rtc,the lane change is not executed.
I fixed it.
Related links
#2379
Tests performed
Before:
https://user-images.githubusercontent.com/59680180/212894751-b90c2be7-fb58-404d-a6a0-9b8cef02a9d5.mp4
(The lane change module was approved by rtc three times but the lane change was not executed
until the obstacle is removed.)
After:
https://user-images.githubusercontent.com/59680180/212895191-9fed9fd0-e156-4607-9028-f50f2d92de33.mp4
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.