Skip to content

Minimal implementation of point cloud mapping in Open3D.

Notifications You must be signed in to change notification settings

HViktorTsoi/tiny_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tiny Mapping

Minimal implementation of point cloud mapping.

Dependency

  • Open3D

Data

A point cloud sequence is required, and there should be overlap between each point cloud.

Run

1. Modify the data paths in mapping.py :

data_list = [
    '/path/to/your/point_cloud_1.pcd',
    '/path/to/your/point_cloud_2.pcd',
    # ...
    '/path/to/your/point_cloud_n.pcd',
]

2.Run

python mapping.py

About

Minimal implementation of point cloud mapping in Open3D.

Topics

Resources

Stars

Watchers

Forks

Languages