Skip to content

Python implementation of LOAM (Lidar Odometry and Mapping) for rapid prototyping or educational purpose

Notifications You must be signed in to change notification settings

lizimo061/PyLOAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLOAM

Python version LOAM

PyLOAM is implemented based on LOAM (J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time).

Requirements

  • Python 3.6.9
  • Numpy 1.19.1
  • Open3D 0.10.0.0
  • pypcd 0.1.1

Usage

Currently I convert scans to .npy files.

python3 src/main_loam.py --npy_path ${DATA_PATH}

References

TODOs

Many stuff are still under development:

  • Configuration class
  • Visualization
  • Evaluation

Example

Mapped feature points from NSH indoor outdor dataset.

About

Python implementation of LOAM (Lidar Odometry and Mapping) for rapid prototyping or educational purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages