Skip to content
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

Conversation

kaancolak
Copy link
Contributor

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
@kaancolak kaancolak requested a review from YamatoAndo as a code owner October 19, 2022 10:36
@kaancolak kaancolak self-assigned this Oct 19, 2022
@kaancolak kaancolak linked an issue Oct 19, 2022 that may be closed by this pull request
3 tasks
@kaancolak kaancolak changed the title feature(tier4_localization_launch): pass pc container to localization feat(tier4_localization_launch): pass pc container to localization Oct 19, 2022
@YamatoAndo YamatoAndo added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Oct 20, 2022
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kenji-miyake
Copy link
Contributor

If it's okay for @YamatoAndo, I believe it's okay!

@YamatoAndo
Copy link
Contributor

@kaancolak Could you please update the util.launch.xml as well?

@YamatoAndo
Copy link
Contributor

@kaancolak Is it necessary to add use_pointcloud_container and pointcloud_container_name to autoware.launch.xml as well?

@xmfcx xmfcx mentioned this pull request Nov 1, 2022
3 tasks
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Base: 10.78% // Head: 10.78% // No change to project coverage 👍

Coverage data is based on head (af61b67) compared to base (272f8a2).
Patch has no changes to coverable lines.

❗ Current head af61b67 differs from pull request most recent head 07f3fe5. Consider uploading reports for the commit 07f3fe5 to get more accurate results

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           
Flag Coverage Δ *Carryforward flag
differential ∅ <ø> (?)
total 10.76% <ø> (ø) Carriedforward from 272f8a2

*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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mitsudome-r mitsudome-r merged commit 7af35a7 into autowarefoundation:main Nov 14, 2022
HansRobo pushed a commit to HansRobo/autoware.universe that referenced this pull request Dec 16, 2022
…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>
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jan 6, 2023
…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>
YoshiRi pushed a commit to YoshiRi/autoware.universe that referenced this pull request Jan 11, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image messages have latency or dropped
5 participants