RS-LiDAR-32 User Manual
A.2 RS-LiDAR-32 Calculation of time stamp in dual mode
In dual mode, for each MSOP packet, there are 12 blocks. Each two block has one sequence for the
whole 32 laser firings, e.g. Block 1 and Block 2 are two captured return signals after all 32 lasers
emitting once, Block 1 is the strongest return signal, block 2 is the second strongest return signal.
Table A-2: Time Offset for Each Channel in dual Return Mode.
Set the channel number data_index is 1~32, sequence_index is 1~12. Because the time stamp is the
time of the first data point in the packet, you need to calculate a time offset for each data point and then
add this offset to the time stamp.
Time offset is:
Time_offset = 55.52 * (floor ((sequence_index - 1) /2)) + 2.88* mod((data_index – 1), 16) + 1.44 *
floor(data_index / 16)