-
Notifications
You must be signed in to change notification settings - Fork 676
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(goal_planner): do not decelerate before path candidates generation #5412
Conversation
planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp
Show resolved
Hide resolved
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
I will fix
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5412 +/- ##
==========================================
+ Coverage 14.75% 15.09% +0.34%
==========================================
Files 1661 1661
Lines 115526 115527 +1
Branches 35669 35679 +10
==========================================
+ Hits 17049 17443 +394
+ Misses 79232 78572 -660
- Partials 19245 19512 +267
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
this PR needs #5416 |
Signed-off-by: kosuke55 <[email protected]> refactor(goal_planner): use updateData Signed-off-by: kosuke55 <[email protected]> upda use getPreviousModuleOutput also in waiting approval Signed-off-by: kosuke55 <[email protected]>
Description
prevent decelerate before path candidates generation
after
gol_planner_decel-2023-10-25_22.00.35.mp4
Related links
https://tier4.atlassian.net/browse/RT1-4130
Tests performed
psim
evaluator_description: feat/decel
2023/10/25 https://evaluation.tier4.jp/evaluation/reports/15bdc237-bcbb-565e-aae6-8e5d88161709/?project_id=prd_jt
evaluator_description: feat/decel
2023/10/26 https://evaluation.tier4.jp/evaluation/reports/40c596aa-6cd3-5616-a036-6a5473ee6984/?project_id=prd_jt
Notes for reviewers
none
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.