RobotecGPULidar icon indicating copy to clipboard operation
RobotecGPULidar copied to clipboard

How to use AddNodePointsDownsample API interface

Open chufuchang opened this issue 3 months ago • 1 comments

Could you please provide an example of how to call the AddNodePointsDownsample interface of RGL Lidar? I added a downsampling node as shown in the figure, but it didn't work.

Image

chufuchang avatar Nov 03 '25 08:11 chufuchang

@chufuchang Thank you for reporting this issue.

Based on you screenshot, downsample node should be added to the main lidar graph and the filter should be applied. Could you please explain how you determined that downsampling isn’t working? Have you tried using different leaf size values?

Downsampling in RGL is based on the VoxelGrid filter from PCL (link). You can find the API call documentation here.

msz-rai avatar Nov 04 '25 11:11 msz-rai