feat:support Tele

This commit is contained in:
Livox-SDK
2020-06-17 15:48:14 +08:00
parent cee246cab0
commit 61e24a74bb
1874 changed files with 299 additions and 228947 deletions
Binary file not shown.
Binary file not shown.
-13
View File
@@ -1,13 +0,0 @@
# 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.