-
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(goal_planner): fix extending current lanes #5595
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@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!
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5595 +/- ##
==========================================
- Coverage 15.32% 15.32% -0.01%
==========================================
Files 1721 1721
Lines 118559 118561 +2
Branches 37995 37999 +4
==========================================
- Hits 18169 18168 -1
Misses 79657 79657
- Partials 20733 20736 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix(goal_planner): fix extending current lanes Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix build error Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
need to extend after original goal for modifid goal.
fix
https://evaluation.tier4.jp/evaluation/reports/8eeaa795-f1ca-5a26-81cc-492c7b4078a3/tests/753aa082-6f6e-528e-827d-12aabe6c616a/bcd56260-8454-57f7-b3a7-fd7f0a21ef4f/ea234da3-27e3-5bf9-9da1-042b56c60690?project_id=prd_jt
Related links
Tests performed
psim
evaluator_description: fix/goal_planner_current_lanes
2023/11/15 https://evaluation.tier4.jp/evaluation/reports/b61a0925-c518-5ba3-ba8d-954f7b9c9f83/?project_id=prd_jt
Notes for reviewers
Interface changes
none
Effects on system behavior
none
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.