-
Notifications
You must be signed in to change notification settings - Fork 694
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(goal_planner): make parameters const #10043
refactor(goal_planner): make parameters const #10043
Conversation
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10043 +/- ##
==========================================
- Coverage 29.21% 29.03% -0.19%
==========================================
Files 1439 1442 +3
Lines 108115 108807 +692
Branches 42638 43105 +467
==========================================
Hits 31588 31588
- Misses 73485 74133 +648
- Partials 3042 3086 +44
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
make parameters and other related member variables const
NOTE: parameter update is disabled.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.