|
The point cloud is sent in the form of a UDP packet. The number and size of the points in each UDP packet are related to the data type. For details, refer to Chapter 3.3 of the SDK communication protocol.
For example, datatype2, there are 96 points in each UDP packet, and the size of each point of type is 14 bytes.
Idx is the serial number of each point in all the points sampled. In the spreadsheet tool, if you select all the point clouds area, then idx will correspond to the serial number of the first column. If only a part of the points are selected, the first The serial number of a column will not correspond to idx. |
|