ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To assemble over time, use laser_assembler. laser_geometry converts one scan into one cloud. If you want to assemble over time, you need to use that package. Or, you could always use the Point Cloud Library's default types and just add them together. I would strongly recommend the laser_assembler package though.