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(detected_object_validation): add dynamic min pointcloud num #2894

Merged

Conversation

yukkysaito
Copy link
Contributor

@yukkysaito yukkysaito commented Feb 15, 2023

Description

Because the validator used fixed values, the point cloud density was lower for distant obstacles, and obstacles were removed.
In this PR, the value is changed so that it changes according to the distance.
However, the parameters are not tuned and remain the same as before.

A similar approach is used in the following package.
https://github.com/autowarefoundation/autoware.universe/blob/main/perception/occupancy_grid_map_outlier_filter/include/occupancy_grid_map_outlier_filter/occupancy_grid_map_outlier_filter_nodelet.hpp#L63-L65

Related links

Tests performed

Notes for reviewers

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
@yukkysaito yukkysaito added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Feb 15, 2023
@yukkysaito yukkysaito requested review from yukke42 and miursh February 15, 2023 13:50
@yukkysaito yukkysaito marked this pull request as ready for review February 15, 2023 13:53
@yukkysaito yukkysaito requested a review from a team as a code owner February 15, 2023 13:53
@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Base: 11.82% // Head: 11.82% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (b773498) compared to base (15ad0c2).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2894      +/-   ##
==========================================
- Coverage   11.82%   11.82%   -0.01%     
==========================================
  Files        1321     1321              
  Lines       92176    92182       +6     
  Branches    24818    24818              
==========================================
  Hits        10898    10898              
- Misses      69919    69925       +6     
  Partials    11359    11359              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 11.82% <ø> (+<0.01%) ⬆️ Carriedforward from 6394dbe

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...dation/src/obstacle_pointcloud_based_validator.cpp 0.00% <0.00%> (ø)

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.

@miursh
Copy link
Contributor

miursh commented Feb 15, 2023

@yukkysaito Could you write description about added parameters to README?

@yukkysaito yukkysaito changed the title feat: add dynamic min pointcloud num feat(detected_object_validation): add dynamic min pointcloud num Feb 16, 2023
Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Feb 21, 2023
@yukkysaito
Copy link
Contributor Author

@yukkysaito Could you write description about added parameters to README?

Thank you. I updated readme.
b773498

Copy link
Contributor

@yukke42 yukke42 left a comment

Choose a reason for hiding this comment

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

LGTM

@yukkysaito yukkysaito enabled auto-merge (squash) February 21, 2023 06:29
@yukkysaito yukkysaito disabled auto-merge February 21, 2023 06:51
@yukkysaito yukkysaito enabled auto-merge (squash) February 21, 2023 07:02
@yukkysaito yukkysaito disabled auto-merge February 21, 2023 07:05
@yukkysaito yukkysaito merged commit 8abf884 into autowarefoundation:main Feb 21, 2023
@yukkysaito yukkysaito deleted the feature/change-object-validator branch February 21, 2023 07:21
nabetetsu pushed a commit to xygyo77/autoware.universe that referenced this pull request Mar 1, 2023
…owarefoundation#2894)

* feat: add dynamic min pointcloud num

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* Update perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

* update readme

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

---------

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
1222-takeshi pushed a commit to 1222-takeshi/autoware.universe that referenced this pull request Mar 6, 2023
…owarefoundation#2894)

* feat: add dynamic min pointcloud num

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* Update perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp

* update readme

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

---------

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants