Get the lidar data format

Open in Claude

Get the sensor lidar data format

Note: This command only works when the lidar is running

Response

Lidar packet structure metadata
columns_per_frameinteger
Number of measurement columns per frame. This can be 512, 1024, or 2048, depending upon the set lidar mode.
columns_per_packetinteger

Number of measurement blocks contained in a single lidar packet. Note: This is not user configurable.

pixel_shift_by_rowlist of integers
Offset in terms of pixel count. Can be used to destagger image. Varies by lidar mode. Length of this array is equal to the number of channels of the sensor.
pixels_per_columninteger
Number of channels of the sensor.
column_windowlist of integers

Index of measurement blocks that are active. Default is [0, lidar_mode-1], e.g. [0,1023]. If there is an azimuth window set, this parameter will reflect which measurement blocks of data are within the region of interest.

header_typeenumDefaults to STANDARD
UDP packet header type
udp_profile_lidarenumDefaults to RNG19_RFL8_SIG16_NIR16
Lidar data profile format. Defaults to single return profile.
udp_profile_imuanyDefaults to ACCEL32_GYRO32_NMEA
IMU data profile format
lidar_frame_azimuth_offsetinteger
The configured azimuth offset for the lidar coordinate frame in millidegrees