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_frameintegerOptional
Number of measurement columns per frame. This can be 512, 1024, or 2048, depending upon the set lidar mode.
columns_per_packetintegerOptional

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

pixel_shift_by_rowlist of integersOptional
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_columnintegerOptional
Number of channels of the sensor.
column_windowlist of integersOptional

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_typeenumOptionalDefaults to STANDARD
UDP packet header type
udp_profile_lidarenumOptionalDefaults to RNG19_RFL8_SIG16_NIR16
Lidar data profile format. Defaults to single return profile.
udp_profile_imuanyOptionalDefaults to ACCEL32_GYRO32_NMEA
IMU data profile format
lidar_frame_azimuth_offsetintegerOptional
The configured azimuth offset for the lidar coordinate frame in millidegrees