The Robot Application Programming Interface Delegate Project
|
PointCloudSample message sends data in point cloud format. More...
import "PointCloudSample.idl";
Public Attributes | |
public Vec3d | origin |
Origin of points (i.e., offset from frame 0,0,0 in meters). | |
public Vec3d | xyzScale |
Per-element scale factor to convert point units to a meaningful value. | |
public PointSampleSequence | points |
Sequence of points. | |
public ShortSequence | rowLengths |
Descriptions of rows from the same scan-line. |
public PointSampleSequence points |
public ShortSequence rowLengths |
If all points belong to the same point cloud,
rowLengths.length() == 0 (or rowLengths.length()==1 && rowLengths[0] == samples.length() )
Otherwise,
SUM(rowLengths) == samples.length().
Following conversion, spatial coordinates should be in METERS and angular values should be in RADIANS.