-
Notifications
You must be signed in to change notification settings - Fork 17
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: load global parameter #26
Conversation
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
@wep21 Can you change in the perception.launch? |
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.
I feel you can rename global_param
to gp
or something short to simplify the code, but LGTM.
Also, considering this use case, it might be useful if we put parameters under |
Sure! |
Exactly |
Currently , do we not add vehicle_info namespace? |
No, we don't. |
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
fixed at de2fb8b |
Oh...Seriously |
@yukkysaito Yes because there are no conflicts of parameter names. |
ops, I deleted comment |
* sync develop for main (#46) * use dual return outlier filter for x2(#24) * expand crop area (#26) Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: Shinnosuke Hirakawa <8327162+0x126@users.noreply.github.com> * Bump streetsidesoftware/cspell-action from 1.3.4 to v1 (#50) * Bump streetsidesoftware/cspell-action from 1.3.4 to 1.3.6 Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1.3.4 to 1.3.6. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@v1.3.4...v1.3.6) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update spell_check_pr.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: Shinnosuke Hirakawa <8327162+0x126@users.noreply.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>
* feat: load global parameter Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * ci: run pre-commit Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * refactor: address review Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * chore: cosmetic change Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Related to autowarefoundation/autoware.universe#437