Get the lidar data format
Get the sensor lidar data format
Note: This command only works when the lidar is running
Response
Lidar packet structure metadata
columns_per_frame
Number of measurement columns per frame. This can be 512, 1024, or 2048, depending upon the set lidar mode.
columns_per_packet
Number of measurement blocks contained in a single lidar packet. Note: This is not user configurable.
pixel_shift_by_row
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_column
Number of channels of the sensor.
column_window
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_type
UDP packet header type
udp_profile_lidar
Lidar data profile format. Defaults to single return profile.
udp_profile_imu
IMU data profile format
lidar_frame_azimuth_offset
The configured azimuth offset for the lidar coordinate frame in millidegrees

