ros-perception / image_pipeline

An image processing pipeline for ROS.
Other
783 stars 724 forks source link

Adding new Parameter for PointCloudXyz...Node of package depth_image_proc #1026

Open HappySamuel opened 4 weeks ago

HappySamuel commented 4 weeks ago

Hi

Is it possible to add new parameter for relevant PointCloudXyz....Node skip: Skips **skip** number of depth pixels in order to limit the number of pixels converted to points With this parameter, we are able to limit number of pixels converted to pointcloud, hence reduce the computation further down stream.

Best, Samuel

mikeferguson commented 4 weeks ago

Seems like a useful feature - a PR would be accepted.

I think most people currently do this using CropDecimate on the image and then running the decimated image into the PointCloud node. It might make sense to actually use the same parameter names "decimation_x" and "decimation_y" rather than "skip" so that you could independently control downscaling in the two axis of the depth image.

muhd360 commented 2 weeks ago

i would like to be assigned this issue

muhd360 commented 1 week ago

hi any updates @mikeferguson