save pointcloud data for multiple frames for object detection
I use lidar range measurement to generate pointcloud. Now, I want the robot to do a few tasks based on the obstacles' positions in real time. But it takes quite a few frames of lidar to develop a reasonable pointcloud that is enough to recognize an object roughly. How, can I save the lidar data over multiple frames, so that I can access historical data in every successive laser call back?