I've been researching for a while now on creating a point cloud from laser scans, but I'm running into a few issues:
First of all, PCL doesn't have io support for hokuyo lasers, so I'm planning on using the hokuyoaist library for that.
The main problem I have is how to convert from 2D laser data to a point cloud (pointcloud2) so I can work with the PCL library. I am aware of some packages in ROS that do this, but I really don't want to get near to ROS doing this.
Thanks in advance,
Marwan