Skip to content

It is the code for getting point cloud data from the solid-state LiDAR

Notifications You must be signed in to change notification settings

rtarun1/Benewake-ce30-c-pointcloud-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example-for-Python3

This is an example to get distance and amplitude data from Benewake CE30-C LiDAR. Feel free to use or modify the code in your projects.

Files

dataExchange.py

Methods for communication with CE30-C LiDAR.

undistortion.py

Methods for calibrate lens distortion.

getCE30CDate.py

Example code to get data from CE30-C LiDAR, do undistortion and save undistorted data to a file.

Requirement

1.Python 3.5 or above

2.Numpy

Run

$sudo python getCE30CData.py

Credits

This code is simalar to that of the original, but this code and its dependencies is upgraded to work with Python 3 https://github.com/CE30C/Example-for-Python

About

It is the code for getting point cloud data from the solid-state LiDAR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages