perception_pcl icon indicating copy to clipboard operation
perception_pcl copied to clipboard

reduce computation for Radial outlier filter

Open shubham-shahh opened this issue 2 years ago • 2 comments

is it a good idea to make a param that defines the radius inside which the radial outlier filter will work, rather than applying the filter on the entire point cloud? I think it will help in reducing the computation

thanks

shubham-shahh avatar Dec 27 '22 13:12 shubham-shahh

I believe what you might be looking for is filtering all the points within a radius of the sensor. This is a bit different than Radial Outlier Filter

MizzouRobotics avatar Jan 18 '23 17:01 MizzouRobotics

Hi, thanks for the response, and I understand what radial outlier filter is. my point is to use radial filter in a only a specific region of the point cloud.

shubham-shahh avatar Jan 19 '23 09:01 shubham-shahh