Python implementation of LOAM (Lidar Odometry and Mapping) for rapid prototyping or educational purpose
PyLOAM is implemented based on LOAM (J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time).
Currently I convert scans to .npy
files.
python3 src/main_loam.py --npy_path ${DATA_PATH}
Many stuff are still under development:
Mapped feature points from NSH indoor outdor dataset.