PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
10.01k stars 4.61k forks source link

hdl_grabber only allows one Velodyne unit to be used at a time #1713

Open dan5912 opened 8 years ago

dan5912 commented 8 years ago

The hdl_grabber module only allows one velodyne module to be used on a given port. In many environments it is necessary to bring in multiple LiDAR units over a network. Due to the code binding to the UDP port, additional units could not be created despite using the IP filter.

EDIT: I have tried to attached my working code to fix this issue; however, github is not allowing it at the moment even though it is a zip file. Will try soon. The code may not be perfectly formatted as I am new to submitting to github projects, but it does work. I bring in and fuse 4 LiDAR units using the code.

dan5912 commented 8 years ago

This file is what I created to fix the problem. It should work, but someone proficient in network code should check it over. hdl_grabber.zip

stale[bot] commented 4 years ago

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

kunaltyagi commented 4 years ago

PR needed. Diff is provided by OP