- Table of Contents
- Introduction
- YDLidar SDK Communication Protocol
- Architecture
- Installation
- Documents
- Support
- Contact EAI
YDLidar SDK is the software development kit designed for all YDLIDAR products. It is developed based on C/C++ following YDLidar SDK Communication Protocol, and provides easy-to-use C/C++, Python, C# style API. With YDLidar SDK, users can quickly connect to YDLidar products and receive Laser scan data.
YDLidar SDK consists of YDLidar SDK communication protocol, YDLidar SDK core, YDLidar SDK API, Linux/windows samples, and Python demo.
- Linux
- Windows 7/10, Visual Studio 2015/2017
- C++11 compiler
- C / C++
- Python
- C#
YDLidar SDK communication protocol opens to all users. It is the communication protocol between user programs and YDLIDAR products. The protocol consists of control commands and data format. Please refer to the YDLidar SDK Communication Protocol for detailed information.
YDLidar SDK provides the implementation of control commands and Laser scan data transmission, as well as the C/C++,Python API. The basic structure of YDLidar SDK is shown as below:
Serial or network is used for communication between YDLidar SDK and LiDAR sensors. Please refer to the YDLidar SDK Communication Protocol for further information. LaserScan supports Laser Scan Data transmission, while Command handler receives and sends control commands. And the C++ API is based on Command and LaserScan Hander.
The YDLidar LiDAR sensors can be connected to host directly by serial or through the YDLidar Adapter board. YDLidar SDK supports both connection methods. When LiDAR units are connected to host directly by Serial, the host will establish communication with each LiDAR unit individually. And if the LiDAR units connect to host through Adapter board, then the host only communicates with the YDLidar Adapter board while the Adapter Board communicates with each LiDAR unit.
-
Build and Install - This step is required
-
LiDAR Dataset: All you need to know about LiDAR Models.
-
SDK FlowChart: Development flowchart.
-
YDLIDAR SDK API for Developers: All you need to know about YDLiDAR-SDK API
-
YDLIDAR SDK Communication Protocol: All you need to know about YDLiDAR-SDK Communication Protocol.
-
HowTo: Brief technical solutions to common problems that developers face during the installation and use of the YDLidar-SDk
-
Tutorials: Quick Tutorials
You can get support from YDLidar with the following methods:
- Send email to support@ydlidar.com with a clear description of your problem and your setup
- Github Issues
If you have any extra questions, please feel free to contact us