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(perception): refactor pointcloud container #1126

Merged

Conversation

kminoda
Copy link

@kminoda kminoda commented Feb 2, 2024

Description

Must be merged with

NOTE!!!: We also need to update the ML model. See https://evaluation.tier4.jp/evaluation/mlpackages/5b56c824-de65-406e-b12f-d7271589cc70/releases/ec5e8e23-e85a-463f-aa36-c8150363a820?project_id=zWhWRzei

Tests performed

Launch pilot-auto.xx1 with logging_simulator and confirmed that it works with odaiba rosbag (both localization & perception).

Effects on system behavior

Not applicable.

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.

kminoda and others added 4 commits February 2, 2024 15:57
…utowarefoundation#6091)

* feat!: replace use_pointcloud_container

Signed-off-by: kminoda <[email protected]>

* feat: remove from planning

Signed-off-by: kminoda <[email protected]>

* fix: fix to remove all use_pointcloud_container

Signed-off-by: kminoda <[email protected]>

* revert: revert change in planning.launch

Signed-off-by: kminoda <[email protected]>

* revert: revert rename of use_pointcloud_container

Signed-off-by: kminoda <[email protected]>

* fix: fix tier4_perception_launch to enable use_pointcloud_contaienr

Signed-off-by: kminoda <[email protected]>

* fix: fix unnecessary change

Signed-off-by: kminoda <[email protected]>

* fix: fix unnecessary change

Signed-off-by: kminoda <[email protected]>

* refactor: remove trailing whitespace

Signed-off-by: kminoda <[email protected]>

* revert other changes in perception

Signed-off-by: kminoda <[email protected]>

* revert change in readme

Signed-off-by: kminoda <[email protected]>

* feat: move glog to pointcloud_container.launch.py

* revert: revert glog porting

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* fix: fix pre-commit

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ion launcher (autowarefoundation#6152)

* refactor: align mode parameters

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: cluster detector and merger

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: separate object merger launches

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: radar detector module

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: lidar detector modules

Signed-off-by: Taekjin LEE <[email protected]>

* chore: fix mis spell, align typo, clean-up

Signed-off-by: Taekjin LEE <[email protected]>

---------

Signed-off-by: Taekjin LEE <[email protected]>
* feat(lidar_centerpoint,image_projection_based_fusion): add pointcloud_container option

Signed-off-by: kminoda <[email protected]>

* revert lidar_perception_model

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* fix: add options

Signed-off-by: kminoda <[email protected]>

* fix: fix default param

Signed-off-by: kminoda <[email protected]>

* update node name

Signed-off-by: kminoda <[email protected]>

* fix: fix IfCondition

Signed-off-by: kminoda <[email protected]>

* fix pointpainting namespace

Signed-off-by: kminoda <[email protected]>

* fix: fix launch args

Signed-off-by: kminoda <[email protected]>

* fix(euclidean_cluster): do not launch individual container when use_pointcloud_container is true

Signed-off-by: kminoda <[email protected]>

* fix(euclidean_cluster): fix launch condition

Signed-off-by: kminoda <[email protected]>

* fix(euclidean_cluster): fix launch condition

Signed-off-by: kminoda <[email protected]>

* Update perception/lidar_centerpoint/launch/lidar_centerpoint.launch.xml

Co-authored-by: Shunsuke Miura <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Shunsuke Miura <[email protected]>
Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
@kminoda kminoda changed the title Hotfix/perception/refactor pointcloud container hotfix(perception): refactor pointcloud container Feb 2, 2024
@shmpwk shmpwk self-assigned this Feb 2, 2024
@kminoda kminoda marked this pull request as ready for review February 2, 2024 09:43
@kminoda kminoda changed the title hotfix(perception): refactor pointcloud container feat(perception): refactor pointcloud container Feb 2, 2024
@kminoda
Copy link
Author

kminoda commented Feb 2, 2024

@shmpwk Would you review this if necessary? (Or can I just merge?) I checked that logging_simulator runs as intended.

Copy link
Collaborator

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

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

Thank you for your PR and test! I will create merge commit.

@shmpwk shmpwk merged commit c906189 into beta/v0.20.1 Feb 2, 2024
17 of 24 checks passed
@shmpwk shmpwk deleted the hotfix/perception/refactor_pointcloud_container branch February 2, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants