This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Livox-SDK/doc/Livox_SDK_Communication_Protocol.md
T
2019-12-19 15:25:48 +08:00

14 lines
719 B
Markdown

# Livox SDK Communication Protocol
There are two types of communication between the user and LiDAR unit(s), and the
protocol formats of these two kinds of data are different. The specific functions
and differences are as follows:
> - **Control Command Data**: Configuration and query of LiDAR parameters and status
information;
> - **Point Cloud Data**: Point cloud coordinate data generated by LiDAR units;
At present, both protocols are encapsulated in the data segment of the UDP
package, and the data format in protocol is stored in little-endian form.
Please refer to the [Livox SDK Communication Protocol](https://github.com/Livox-SDK/Livox-SDK/wiki/Livox-SDK-Communication-Protocol) for further information.