Skip to content

collector-m/lidar_projection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lidar_projection

3d lidar point cloud 2d image projection in python.

Requirement:

  1. numpy
  2. matplotlib
  3. python-pcl
  4. (Opt.) ros, for real-time display

File:

  1. tool.py: methods to load .pcd data or kitti .bin point cloud data
  2. show.py: methods to perform projection

Running: Not well coded yet, just for test.

#for ros velodyne points real time projection
python ros_realtiem.py
#for static point cloud data projection
#test.py should be modified
python test.py

Resutls: Front View & Panorama gray depth height intensity

Bird View gray_bv

Thanks http://ronny.rest/blog

About

3d lidar point cloud 2d image projection in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages