-
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(motion_velocity_smoother): initialize params for dynamic parameter #617
fix(motion_velocity_smoother): initialize params for dynamic parameter #617
Conversation
settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #617 +/- ##
==========================================
- Coverage 10.74% 0.00% -10.75%
==========================================
Files 713 10 -703
Lines 50671 1776 -48895
Branches 6572 0 -6572
==========================================
- Hits 5443 0 -5443
+ Misses 40821 1776 -39045
+ Partials 4407 0 -4407
Continue to review full report at Codecov.
|
@mkuri So, we can remove the parameter member variables managed in
|
@TakaHoribe |
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
@TakaHoribe |
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!
#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
autowarefoundation#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tier4#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tier4#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tier4#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tier4#617) * fix(motion_velocity_smoother): initialize params for dynamic parameter settings Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Change parameter variables from member to local Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore: sync upstream
…ation#617) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Revert "fix(obstacle_cruise_planner): tune obstacle_cruise_planner for cruising front NPCs in dense urban ODD scenarios (autowarefoundation#1166)"
Description
Fix the bug caused by the following commit.
#609
How to check
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.