ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Have a look at the laser assembler package. That one will allow you to create aggregated pointclouds from multiple laser scans and retrieve them via a service. By calling this service from your own node, you could collect pointcloud data over time, save it to .pcd files or do anything else you want.