When reproject pcl, why do you rerange order in decreasing depth?
ChillTerry opened this issue · 2 comments
ChillTerry commented
When reproject pcl, why do you rerange order in decreasing depth?
ChillTerry commented
ChillTerry commented
Because of the de-skewing of the scan,
the assignment of each points to its corresponding (u, v) is
done in a descending range order, to ensure that all points
rendered in the image are in the current field of view of the
sensor.
-- I found the answer from RangeNet++