Minimal implementation of point cloud mapping.
- Open3D
A point cloud sequence is required, and there should be overlap between each point cloud.
data_list = [
'/path/to/your/point_cloud_1.pcd',
'/path/to/your/point_cloud_2.pcd',
# ...
'/path/to/your/point_cloud_n.pcd',
]
python mapping.py