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

You need to know the 3d transform from Lidar2 to Lidar1. Use that to transform each point in PointCloud2 into the frame used by PointCloud1. Append these new points to PointCloud1. If the robot is in motion, this simple algorithm assumes both PointClouds were captured at nearly the same time.