PointCloud

A collection of N-dimensional points, which may contain additional fields with information like normals, intensity, etc.

Panel support

PointCloud can be used in the following panels: 3D and Image.

Schema

FieldTypeDescription
timestamptimeTime when the point cloud was captured.
frame_idstringReference frame that the point cloud is positioned relative to.
posePosePosition of the point cloud origin relative to the reference frame.
point_strideuint32Number of bytes between points in the data.
fieldsPackedElementField[]List of fields describing the data layout for each point. Requires at least two of x, y, or z for position. Optional fields like color (r, g, b, a) can be included.
databytesPoint data, interpreted using fields

Reference implementations

Foxglove schemas are independent of any specific framework and can be used with any supported message encoding. The schema names should be specified as seen below: