tier4 / AWSIM

Open source simulator for self-driving vehicles
https://tier4.github.io/AWSIM/
Other
505 stars 97 forks source link

pointcloud is removed too much by outlier_filter #250

Closed kazushi67 closed 8 months ago

kazushi67 commented 8 months ago

checklist

discription

when I use AWSIM(building in Unity. doesn't happen in AWSIM_v1.1.0) and Autoware-universe(awsim-stable branch), Lidar pointcloud is removed too much. Accoding to my research, this problem is caused by ring_outlier_filter. image

Before being processed in outlier_filter, "/sensing/lidar/top/rectified/pointcloud_ex" has full point cloud image

Expected behavior

there are all direction in pointcloud

Actual behavior

a part of the pointcloud isn't exist

Steps to reproduce

building AWSIM in unity and use Autoware

Versions

Autoware-Universe(awsim-stable) AWSIM(https://github.com/tier4/AWSIM) main-branch

Additional context

No response

kazushi67 commented 8 months ago

I find this issue is caused by "object_lengththreshold" parameter in "ring_outlier_filter". After setting 0.0 to this parameter, pointcloud has all directions. image