Skip to content

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.

License

Notifications You must be signed in to change notification settings

henjin0/LIDAR_LD06_python_loder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIDAR_LD06_python_loder

LDROBOT社から提供されているLidarのLD06(LDS06)をpythonから使えるようにしてみました。このサンプルコードは取得した点群をリアルタイムにmatplotlibにて表示します。

つかいかた

  1. このリポジトリをcloneし、main.pyのSerial(port='/dev/tty.usbserial-0001'...を自身のポートに変更する。
  2. venv環境などでpip install -r requirements.txtを実行し、モジュールをインストールする。
  3. python main.pyを実行する。
  4. 終了するときにはEキーを押してください。

LD06(LDS06)について

ライセンス

Please see LICENSE.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages