Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 651 Bytes

README_en.md

File metadata and controls

15 lines (12 loc) · 651 Bytes

LIDAR_LD06_python_loder

This code can use Lidar's LD06 (LDS06) provided by LDROBOT from python. and It displays the acquired point cloud in real time in matplotlib.

How to use

  1. Clone this repository and change Serial(port='/dev/tty.usbserial-0001'...) in main.py to your own port.
  2. Run pip install -r requirements.txt in venv environment.
  3. Run python main.py.
  4. Press the E key to exit.

About LD06(LDS06)

LICENSE

Please see LICENSE.