-
Notifications
You must be signed in to change notification settings - Fork 665
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(tier4_localization_launch): pass pc container to localization #2114
feat(tier4_localization_launch): pass pc container to localization #2114
Conversation
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
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
If it's okay for @YamatoAndo, I believe it's okay! |
@kaancolak Could you please update the |
@kaancolak Is it necessary to add |
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
Codecov ReportBase: 10.78% // Head: 10.78% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2114 +/- ##
=======================================
Coverage 10.78% 10.78%
=======================================
Files 1179 1179
Lines 84449 84449
Branches 19795 19795
=======================================
Hits 9104 9104
Misses 65853 65853
Partials 9492 9492
*This pull request uses carry forward flags. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…utowarefoundation#2114) * feature(tier4_localization_launch): pass pc container to localization Signed-off-by: Kaan Colak <kcolak@leodrive.ai> * ci(pre-commit): autofix * feature(tier4_localization_launch): update util.launch.xml Signed-off-by: Kaan Colak <kcolak@leodrive.ai> * feature(tier4_localization_launch): update use container param value Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…utowarefoundation#2114) * feature(tier4_localization_launch): pass pc container to localization Signed-off-by: Kaan Colak <kcolak@leodrive.ai> * ci(pre-commit): autofix * feature(tier4_localization_launch): update util.launch.xml Signed-off-by: Kaan Colak <kcolak@leodrive.ai> * feature(tier4_localization_launch): update use container param value Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
…utowarefoundation#2114) * feature(tier4_localization_launch): pass pc container to localization Signed-off-by: Kaan Colak <kcolak@leodrive.ai> * ci(pre-commit): autofix * feature(tier4_localization_launch): update util.launch.xml Signed-off-by: Kaan Colak <kcolak@leodrive.ai> * feature(tier4_localization_launch): update use container param value Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Signed-off-by: Kaan Colak <kcolak@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: Kaan Colak kcolak@leodrive.ai
Description
Make it possible to pass
pointcloud_container
to velodyne nodes.Under tier4_localization_launch utils, some preprocessor nodes uses velodyne container. If velodyne drivers use pointcloud_container use it, otherwise use default one
/sensing/lidar/top/pointcloud_preprocessor/pointcloud_container
This issue must be merged after this PR : autowarefoundation/sample_sensor_kit_launch#48
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.