-
Notifications
You must be signed in to change notification settings - Fork 683
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: add down sample filter before detection module #961
Merged
tkimura4
merged 11 commits into
autowarefoundation:main
from
tkimura4:feature/down_sample_before_detection
May 26, 2022
Merged
feat: add down sample filter before detection module #961
tkimura4
merged 11 commits into
autowarefoundation:main
from
tkimura4:feature/down_sample_before_detection
May 26, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
yukkysaito
reviewed
May 25, 2022
...on_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
Outdated
Show resolved
Hide resolved
yukkysaito
reviewed
May 25, 2022
...on_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
Show resolved
Hide resolved
yukkysaito
reviewed
May 25, 2022
...h/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py
Outdated
Show resolved
Hide resolved
yukkysaito
reviewed
May 25, 2022
...tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
Show resolved
Hide resolved
yukkysaito
reviewed
May 25, 2022
...tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
Outdated
Show resolved
Hide resolved
yukkysaito
reviewed
May 25, 2022
...h/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py
Outdated
Show resolved
Hide resolved
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…tion/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
…tion/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
…mura4/autoware.universe into feature/down_sample_before_detection
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…mura4/autoware.universe into feature/down_sample_before_detection
yukkysaito
approved these changes
May 26, 2022
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
4 tasks
ktro2828
pushed a commit
to ktro2828/autoware.universe
that referenced
this pull request
Jun 7, 2022
…ion#961) * feat: add down sample filter before detection module Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix format Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * change comment Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add output topic Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * ci(pre-commit): autofix * fix pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
boyali
referenced
this pull request
in boyali/autoware.universe
Sep 28, 2022
* feat: add down sample filter before detection module Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix format Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * change comment Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add output topic Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * ci(pre-commit): autofix * fix pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 3, 2022
* feat: add down sample filter before detection module Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix format Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * change comment Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add output topic Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * ci(pre-commit): autofix * fix pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 3, 2022
* feat: add down sample filter before detection module Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix format Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * change comment Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add output topic Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * ci(pre-commit): autofix * fix pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
boyali
referenced
this pull request
in boyali/autoware.universe
Oct 19, 2022
* feat: add down sample filter before detection module Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * fix format Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * change comment Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * add output topic Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * Update launch/tier4_perception_launch/launch/object_recognition/detection/detection_preprocess.launch.py Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * ci(pre-commit): autofix * fix pre-commit Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kyoichi-sugahara
pushed a commit
to kyoichi-sugahara/autoware.universe
that referenced
this pull request
Oct 19, 2023
fix(lane_change): prevent stuck and chattering
iwatake2222
pushed a commit
to iwatake2222/autoware.universe
that referenced
this pull request
Jan 17, 2025
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: tomoya.kimura tomoya.kimura@tier4.jp
Description
add down sample filter before detection module (optional; default: off)
By inserting down sample filter, the calculation cost of voxel_based_compare_map_filter is reduced.
use pointcloud_container for voxel_based_compare_map_filter and down_sample_filter
By using intra_process, it is possible to reduce the cost in communication of a huge point cloud.
Related links
Tests performed
tested by rosbag. I confirmed that the detection module works both when use_down_sample_filter is true and false
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.
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.