-
Notifications
You must be signed in to change notification settings - Fork 683
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(motion_velocity_smoother): load smoother params from node instances #609
refactor(motion_velocity_smoother): load smoother params from node instances #609
Conversation
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #609 +/- ##
==========================================
- Coverage 10.76% 0.00% -10.77%
==========================================
Files 712 10 -702
Lines 50569 1776 -48793
Branches 6572 0 -6572
==========================================
- Hits 5445 0 -5445
+ Misses 40717 1776 -38941
+ Partials 4407 0 -4407
Continue to review full report at Codecov.
|
@mkuri |
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@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.
…stances (autowarefoundation#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (autowarefoundation#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (tier4#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (tier4#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (tier4#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…stances (tier4#609) * Add constructor for setting params from node instance Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change num_resample type from double to int Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Remove debug std outputs Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Shorten parameter variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Apply other smothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Change how to construct smoothers Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix * Remove extra constructor Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * Refactor param variables Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
* chore: add reviewer/assignee of sync-awf-latest-reference-design's PR (autowarefoundation#594) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * ci(slack-send): remove unused workflow (autowarefoundation#600) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * ci(sync-files): sync .fdignore and .rgignore (autowarefoundation#601) * chore: sync files (autowarefoundation#588) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * feat: rename launch branch (autowarefoundation#604) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * feat: remove sync-awf-latest-<reference-desing>.yaml (autowarefoundation#608) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * chore: sync files (autowarefoundation#602) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * chore(deps): replace peter-evans/enable-pull-request-automerge with GitHub CLI (autowarefoundation#612) * build(deps): bump peter-evans/enable-pull-request-automerge from 2 to 3 Bumps [peter-evans/enable-pull-request-automerge](https://github.com/peter-evans/enable-pull-request-automerge) from 2 to 3. - [Release notes](https://github.com/peter-evans/enable-pull-request-automerge/releases) - [Commits](peter-evans/enable-pull-request-automerge@v2...v3) --- updated-dependencies: - dependency-name: peter-evans/enable-pull-request-automerge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update update-beta-branch.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * chore: sync files (autowarefoundation#609) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> * chore(deps): bump peter-evans/create-pull-request from 4 to 5 (autowarefoundation#613) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: use GitHub instead of Github (autowarefoundation#616) doc: use GitHub instead of Github --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: tier4-autoware-private-bot[bot] <87871706+tier4-autoware-private-bot[bot]@users.noreply.github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
chore: sync awf-latest
Description
When using smoother from other nodes, the parameter structure had to be generated at each node, which was not easy to maintain.
Modified to pass node instances to the constructor of smoother and set parameters in the constructor of each smoother.
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.