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.
- Clone this repository and change
Serial(port='/dev/tty.usbserial-0001'...)
in main.py to your own port. - Run
pip install -r requirements.txt
in venv environment. - Run
python main.py
. - Press the E key to exit.
- Sales page https://www.inno-maker.com/product/lidar-ld06/
- Datasheet http://wiki.inno-maker.com/display/HOMEPAGE/LD06
Please see LICENSE.