Closed kavinat closed 7 years ago
The VelodyneCapture class is unrelated with PCL.
If you have question about PCL, Please post to PCL users forum.
If you want to use PCL with Velodyne sensors, I think that it is better to use I/O features (pcl::HDLGrabber
or pcl::VLPGrabber
) of PCL.
Hi, I managed to capture the data successfully through this algorithm. Now I want to implement PCL Filters (Morphological filter for ground recognition etc) on the data I have captured. How can I achieve that? I tried initializing a localized pointer in my algorithm, copy the data (x,y,z) into it and make it work but to no use. I am not able to get the visualizer window itself.
`> FLasers ( new pcl::PointCloud);
capture >> lasers;
if (lasers.empty())
{
continue;
}
boost::shared_ptr<pcl::PointCloud