LinePrimitive

A primitive representing a series of points connected by lines.

Parent schema

LinePrimitive appears in the SceneEntity message schema.

Schema

FieldTypeDescription
timestamptimeTimestamp of scan.
frame_idstringFrame of reference.
posePoseThe scan origin is defined relative to the frame of reference. Point positions are specified in the x-y plane with respect to this origin. Angles are measured as counterclockwise rotations around the z-axis, with 0 radians aligned with the positive x-axis.
start_anglefloat64Bearing of first point, in radians.
end_anglefloat64Bearing of last point, in radians.
rangesfloat64[]Distances of detections from the origin, assumed to be measured at equally spaced angles between the start angle and end angle.
intensitiesfloat64[]Intensity of detections.

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: