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

fix(ground_segmentation): fix bug #7771

Merged
merged 5 commits into from
Jul 3, 2024

Conversation

miursh
Copy link
Contributor

@miursh miursh commented Jul 1, 2024

Description

Fix bug in ransac ground filter

Related links

Parent Issue:

How was this PR tested?

I confirmed that the RANSAC node runs without any errors using a single rosbag on my local PC.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@miursh miursh added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 28.37%. Comparing base (ce09907) to head (34b4d77).
Report is 1 commits behind head on main.

Files Patch % Lines
..._segmentation/src/ransac_ground_filter_nodelet.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7771      +/-   ##
==========================================
- Coverage   28.37%   28.37%   -0.01%     
==========================================
  Files        1584     1584              
  Lines      115596   115605       +9     
  Branches    49279    49283       +4     
==========================================
  Hits        32799    32799              
- Misses      73849    73858       +9     
  Partials     8948     8948              
Flag Coverage Δ *Carryforward flag
differential 10.62% <0.00%> (?)
total 28.37% <ø> (+<0.01%) ⬆️ Carriedforward from ce09907

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@miursh miursh marked this pull request as ready for review July 2, 2024 12:43
@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Jul 2, 2024
Copy link
Contributor

@badai-nguyen badai-nguyen left a comment

Choose a reason for hiding this comment

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

@miursh Thank you for your pointing out and fixing the bug.
I confirmed that the ransac_ground_filter worked and output pointcloud with desired fields as image by running ros2 launch ground_segmentation ransac_ground_filter.launch.xml inout/pointcloud:=/sensing/lidar/concatenated/pointcloud output/pointcloud:=/ransac_ground_filter/pointcloud

LGTM!

image

@badai-nguyen
Copy link
Contributor

@yukkysaito @YoshiRi could you also approve this PR as codeowner of tier4_perception_launch?

Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

LGTM

@miursh miursh merged commit 7c97a6b into autowarefoundation:main Jul 3, 2024
29 of 30 checks passed
badai-nguyen pushed a commit to tier4/autoware.universe that referenced this pull request Jul 3, 2024
@miursh miursh deleted the fix/bug_in_ransac branch July 4, 2024 00:09
badai-nguyen added a commit to tier4/autoware.universe that referenced this pull request Jul 4, 2024
…1378)

* fix(euclidean_cluster): fix euclidean cluster params (autowarefoundation#7662)

* fix(euclidean_cluster): fix max and min cluster size

Signed-off-by: beginningfan <beginning.fan@autocore.ai>

* fix(gnss_poser): fix a typo

Signed-off-by: beginningfan <beginning.fan@autocore.ai>

* fix(euclidean_cluster): fix min cluster size

Signed-off-by: beginningfan <beginning.fan@autocore.ai>

* style(pre-commit): autofix

---------

Signed-off-by: beginningfan <beginning.fan@autocore.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* fix(euclidean_cluster): fix max_cluster_size bug (autowarefoundation#7734)

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix(ground_segmentation): fix bug  (autowarefoundation#7771)

---------

Signed-off-by: beginningfan <beginning.fan@autocore.ai>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Co-authored-by: beginningfan <103237402+beginningfan@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com>
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
Signed-off-by: palas21 <palas21@itu.edu.tr>
tby-udel pushed a commit to tby-udel/autoware.universe that referenced this pull request Jul 14, 2024
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants