-
Notifications
You must be signed in to change notification settings - Fork 706
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
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
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.
@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!
@yukkysaito @YoshiRi could you also approve this PR as codeowner of |
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
…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>
Signed-off-by: palas21 <palas21@itu.edu.tr>
Description
Fix bug in ransac ground filter
Related links
Parent Issue:
fix(ground_segmentation): add intensity field #6791
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.