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

Improve poincloud resolution for Euclidean cluster in long range #2754

Closed
3 tasks done
badai-nguyen opened this issue Jan 26, 2023 · 1 comment
Closed
3 tasks done
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned)

Comments

@badai-nguyen
Copy link
Contributor

badai-nguyen commented Jan 26, 2023

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

Currently, the detection range is extended until 150m in front by this PR.
However, in camera_lidar_fusion mode, Euclidean cluster shows weak result of clustering from middle and long range due to of low pointcloud density or no pointcloud remained after voxel_grid and outlier_filter with the same size and threshold.

image

Purpose

I suggest that without downsampleing in middle and long range after ground_segmentation for Euclidean cluster input could improve the clustering result as well as camera_lidar_fusion result.

Possible approaches

  1. Use some changeable size and threshold for voxel_grid and outlier_filter. It looks quite hard since pcl library modification level is needed.
  2. Separate the short-range region where downsampling is applied and keep middle,long-range out of downsampling. This is more feasible IMO.
    Current pipeline around Euclidean cluster
    image

Suggestion:

image

Definition of done

Sufficient pointclouds of compact car are remained at long-range for Euclidean_cluster.

@badai-nguyen badai-nguyen added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jan 26, 2023
@miursh
Copy link
Contributor

miursh commented Jan 27, 2023

closed by #2749

@miursh miursh closed this as completed Jan 27, 2023
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)
Projects
None yet
Development

No branches or pull requests

2 participants