Skip to content

This repo contains the multiple wrappers of Lumotive's stream receiver library.

Notifications You must be signed in to change notification settings

Hokuyo-aut/ylm_sample_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YLM Communication Sample

日本語

Description

This is a sample source to communicate the YLM series sensor in C++.
It outputs "Got a Lidar Frame!" when it receives data from YLM.

How to build

You will need CMake and the Boost library to build this project.
Execute the following commands:

cd sample/CMake
cmake -S . -B build
cmake --build build --config Release

How to communicate with YLM

  1. Change IP address
    The default IP address for the YLM is 192.168.0.10.
    Please ensure that the device's IP address is set to another address within the 192.168.0.* range, but not to 192.168.0.10.

  2. Access the Web UI
    Open a browser and navigate to http://192.168.0.10.

  3. Start scan.
    Click "Start Scan" button.

  4. Execute this project. The program outputs "Got a Lidar Frame!" on receiving data.

About

This repo contains the multiple wrappers of Lumotive's stream receiver library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages