The Robot Application Programming Interface Delegate Project
|
PointSample describes the position and attributes of a point in the cloud. More...
import "PointCloudSample.idl";
Public Attributes | |
short | xyz [3] |
Position relative to the cloud origin, in arbitrary point units. | |
octet | attributes [2] |
Particle attributes (e.g., intensity). |
Note: Attributes are included in this struct because we get them for free on the wire due to word alignment.
octet attributes[2] |
short xyz[3] |
Reference PointSampleConfig to determine the meaning of the elements in this vector. These are signed short values so in order to exploit the full 16 bits of resolution, data should be scaled to a range of -32768 to 32767. If 15 bits of resolution is adequate, data can be scaled to a range of 0 to 32767 for computational efficiency on the sending side.