Skip to content

silenzio777/Lidar_LDS-01_HLDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lidar_LDS-01_HLDS

Lidar LDS-01 Hitachi-LG Data Storage Python interface

Python script:

$python lidar_LDS-01_HLDS.py

>port: /dev/cu.usbserial-A50285BI  baud_rate: 230400
>lidar connect: True
>r[ 359.0 ]= 0.784
>r[ 358.0 ]= 0.789
>r[ 357.0 ]= 0.801
>r[ 356.0 ]= 0.797
>r[ 355.0 ]= 0.799
>r[ 354.0 ]= 0.805
>r[ 353.0 ]= 0.815

C source:

LDS-01 supports Windows, Linux, and MacOS development environments for general purposes.

The software requirement is:

  • GCC (for Linux and macOS), MinGW (for Windows)
  • Boost library (Lib for boost system, tested on v1.66.0)
  • Download:

    $ git clone https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver.git
    

    Or get soucre from C_lds_driver directory

    Build:

    $ cd hls_lfcd_lds_driver/applications/lds_driver/
    $ make
    

    Run:

    $ ./lds_driver
    r[359]=0.438000,r[358]=0.385000,r[357]=0.379000,...
    

    Wiring diagram with USB to UART TTL FTDI FT232RL chip:

    lidar_wires



    Device:

    Screen Shot 2023-08-11 at 17 34 28

    About

    Lidar LDS-01 Hitachi-LG Data Storage python interface

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published